mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-27 11:07:44 +00:00
basename: fix rustfmt problem
This commit is contained in:
parent
c3f7be1994
commit
e37e5ad915
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ use clap::{crate_version, Arg, ArgAction, Command};
|
||||||
use std::path::{is_separator, PathBuf};
|
use std::path::{is_separator, PathBuf};
|
||||||
use uucore::display::Quotable;
|
use uucore::display::Quotable;
|
||||||
use uucore::error::{UResult, UUsageError};
|
use uucore::error::{UResult, UUsageError};
|
||||||
use uucore::{format_usage, help_usage, help_about};
|
use uucore::{format_usage, help_about, help_usage};
|
||||||
|
|
||||||
static ABOUT: &str = help_about!("basename.md");
|
static ABOUT: &str = help_about!("basename.md");
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue