mirror of
https://github.com/uutils/tar.git
synced 2026-06-10 16:14:35 -07:00
Fix import ordering to match CI stable toolchain
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user