Skip to content

Commit

Permalink
cleanup: consistently import std::fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
yuja committed Aug 23, 2024
1 parent 87fb169 commit f1be5c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/src/cli_util.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@
// See the License for the specific language governing permissions and
// limitations under the License.

use core::fmt;
use std::borrow::Cow;
use std::collections::BTreeMap;
use std::collections::HashSet;
use std::env;
use std::env::ArgsOs;
use std::env::VarError;
use std::ffi::OsString;
use std::fmt;
use std::fmt::Debug;
use std::fs;
use std::io;
Expand Down

0 comments on commit f1be5c5

Please sign in to comment.