mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-06-15 15:16:37 +00:00
Add derive(Debug)
for UIRequest
Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
parent
417a10ca5d
commit
b541cdecff
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@ use tokio::task::spawn_blocking;
|
|||
|
||||
use crate::BinstallError;
|
||||
|
||||
#[derive(Debug)]
|
||||
pub(super) enum UIRequest {
|
||||
/// Request user confirmation
|
||||
Confirm,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue