mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 11:37:44 +00:00
Merge pull request #2649 from blyxxyz/chown-clippy
chown: Fix clippy warning to fix CI
This commit is contained in:
commit
ce050ca369
1 changed files with 1 additions and 1 deletions
|
@ -199,7 +199,7 @@ fn parse_spec(spec: &str, sep: char) -> UResult<(Option<u32>, Option<u32>)> {
|
|||
return Err(USimpleError::new(
|
||||
1,
|
||||
format!("invalid user: {}", spec.quote()),
|
||||
))?;
|
||||
));
|
||||
}
|
||||
}
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue