aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/mozart-core/src/console.rs
diff options
context:
space:
mode:
Diffstat (limited to 'crates/mozart-core/src/console.rs')
-rw-r--r--crates/mozart-core/src/console.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/crates/mozart-core/src/console.rs b/crates/mozart-core/src/console.rs
index 3379307..ce5e271 100644
--- a/crates/mozart-core/src/console.rs
+++ b/crates/mozart-core/src/console.rs
@@ -1,6 +1,6 @@
-use colored::{ColoredString, Colorize};
+use colored::{ColoredString, Colorize as _};
use dialoguer::{Confirm, Input};
-use std::io::IsTerminal;
+use std::io::IsTerminal as _;
// ---------------------------------------------------------------------------
// Tag-style color helpers — called only by `console_format!`