1
Fork 0
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:
Jan Scheer 2021-05-19 01:04:24 +02:00
parent cacd078a49
commit 8032c6d750
4 changed files with 10 additions and 8 deletions

View file

@ -43,5 +43,5 @@ fn test_uname_kernel() {
}
#[cfg(not(target_os = "linux"))]
let result = ucmd.arg("-o").succeeds();
ucmd.arg("-o").succeeds();
}