mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07:00
Merge pull request #4308 from ctsk/chore/clippy-warnings
clippy: fix unnecessary return warnings
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user