mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 03:27:44 +00:00
clippy: fix warnings introduced with Rust 1.67.0
This commit is contained in:
parent
fc7e51a4f8
commit
f6b646e4e5
172 changed files with 835 additions and 1034 deletions
|
@ -43,7 +43,7 @@ fn test_normal_compare_env() {
|
|||
if whoami == "nobody" {
|
||||
println!("test skipped:");
|
||||
} else if !is_ci() {
|
||||
new_ucmd!().succeeds().stdout_is(format!("{}\n", whoami));
|
||||
new_ucmd!().succeeds().stdout_is(format!("{whoami}\n"));
|
||||
} else {
|
||||
println!("test skipped:");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue