mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 11:37:44 +00:00
Merge pull request #4308 from ctsk/chore/clippy-warnings
clippy: fix unnecessary return warnings
This commit is contained in:
commit
00717a6440
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ pub fn uumain(args: impl uucore::Args) -> UResult<()> {
|
|||
.map(|s| s.as_str())
|
||||
.collect::<Vec<_>>();
|
||||
|
||||
return sleep(&numbers);
|
||||
sleep(&numbers)
|
||||
}
|
||||
|
||||
pub fn uu_app() -> Command {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue