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:
parent
47e61f064c
commit
efa361dd7c
5 changed files with 11 additions and 11 deletions
|
@ -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!(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue