mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 11:37:44 +00:00
fix clippy warnings
This commit is contained in:
parent
cacd078a49
commit
8032c6d750
4 changed files with 10 additions and 8 deletions
|
@ -43,5 +43,5 @@ fn test_uname_kernel() {
|
|||
}
|
||||
|
||||
#[cfg(not(target_os = "linux"))]
|
||||
let result = ucmd.arg("-o").succeeds();
|
||||
ucmd.arg("-o").succeeds();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue