mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-06-16 15:46:36 +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;
|
use crate::BinstallError;
|
||||||
|
|
||||||
|
#[derive(Debug)]
|
||||||
pub(super) enum UIRequest {
|
pub(super) enum UIRequest {
|
||||||
/// Request user confirmation
|
/// Request user confirmation
|
||||||
Confirm,
|
Confirm,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue