mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-05-06 12:10:02 +00:00
Impl helpers::confirm::Confirmer
Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
parent
c1809d41fa
commit
dd2fa2de33
2 changed files with 100 additions and 4 deletions
|
@ -20,7 +20,7 @@ mod auto_abort_join_handle;
|
|||
pub use auto_abort_join_handle::AutoAbortJoinHandle;
|
||||
|
||||
mod confirm;
|
||||
pub use confirm::confirm;
|
||||
pub use confirm::{confirm, Confirmer};
|
||||
|
||||
mod extracter;
|
||||
mod readable_rx;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue