diff options
Diffstat (limited to 'rust-src/src/cmd_list.rs')
-rw-r--r-- | rust-src/src/cmd_list.rs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/rust-src/src/cmd_list.rs b/rust-src/src/cmd_list.rs index f04efa2c..2dc8d719 100644 --- a/rust-src/src/cmd_list.rs +++ b/rust-src/src/cmd_list.rs @@ -1,5 +1,5 @@ use atty::Stream; -use bch_bindgen::error; +use log::{error}; use bch_bindgen::bcachefs; use bch_bindgen::opt_set; use bch_bindgen::fs::Fs; @@ -9,7 +9,6 @@ use bch_bindgen::btree::BtreeIter; use bch_bindgen::btree::BtreeNodeIter; use bch_bindgen::btree::BtreeIterFlags; use clap::Parser; -use colored::Colorize; use std::ffi::{CStr, OsStr, c_int, c_char}; use std::os::unix::ffi::OsStrExt; |