Fix import ordering to match CI stable toolchain

This commit is contained in:
codspeed-hq[bot]
2026-06-04 19:50:28 +00:00
committed by GitHub
parent 0faed0baeb
commit c9f88f0fa2
+1 -1
View File
@@ -6,7 +6,7 @@
pub mod errors;
pub mod operations;
use clap::{ArgAction, Command, arg, crate_version};
use clap::{arg, crate_version, ArgAction, Command};
use std::path::{Path, PathBuf};
use uucore::error::UResult;
use uucore::format_usage;