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

all: clippy fixes

This commit is contained in:
Jeffrey Finkelstein 2022-05-13 22:47:56 -04:00
parent 8891571e9a
commit 896bbec760
16 changed files with 48 additions and 44 deletions

View file

@ -2840,7 +2840,7 @@ fn test_ls_context2() {
let ts = TestScenario::new(util_name!());
for c_flag in ["-Z", "--context"] {
ts.ucmd()
.args(&[c_flag, &"/"])
.args(&[c_flag, "/"])
.succeeds()
.stdout_only(unwrap_or_return!(expected_result(&ts, &[c_flag, "/"])).stdout_str());
}