1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-28 03:27:44 +00:00

fix various clippy issues

This commit is contained in:
Sylvestre Ledru 2021-07-11 11:22:33 +02:00
parent 52c6593ef5
commit caf984bd55
4 changed files with 7 additions and 6 deletions

View file

@ -39,7 +39,6 @@ fn test_normal_compare_env() {
let whoami = whoami();
if whoami == "nobody" {
println!("test skipped:");
return;
} else if !is_ci() {
new_ucmd!().succeeds().stdout_is(format!("{}\n", whoami));
} else {