mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-05-16 08:50:02 +00:00
Rename Confirmer
to UIThread
Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
parent
9349fbabdc
commit
88c3f15b3f
3 changed files with 16 additions and 16 deletions
src
|
@ -19,8 +19,8 @@ pub use async_extracter::extract_archive_stream;
|
|||
mod auto_abort_join_handle;
|
||||
pub use auto_abort_join_handle::AutoAbortJoinHandle;
|
||||
|
||||
mod confirm;
|
||||
pub use confirm::Confirmer;
|
||||
mod ui_thread;
|
||||
pub use ui_thread::UIThread;
|
||||
|
||||
mod extracter;
|
||||
mod readable_rx;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue