mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-27 19:17:43 +00:00
fix lint error
This commit is contained in:
parent
396fa7a9b4
commit
b89b11f5da
1 changed files with 1 additions and 1 deletions
|
@ -455,7 +455,7 @@ pub fn uumain(args: impl uucore::Args) -> UResult<()> {
|
|||
let args = match HeadOptions::get_from(args) {
|
||||
Ok(o) => o,
|
||||
Err(s) => {
|
||||
return Err(USimpleError::new(1, s.to_string()));
|
||||
return Err(USimpleError::new(1, s));
|
||||
}
|
||||
};
|
||||
uu_head(&args)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue