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

Fix some trivial clippy warnings

This commit is contained in:
Sylvestre Ledru 2023-04-20 23:00:46 +02:00
parent 47e61f064c
commit efa361dd7c
5 changed files with 11 additions and 11 deletions

View file

@ -27,7 +27,7 @@ fn test_deleted_dir() {
use std::process::Command;
let ts = TestScenario::new(util_name!());
let at = ts.fixtures.clone();
let at = ts.fixtures;
let output = Command::new("sh")
.arg("-c")
.arg(format!(