mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 03:27:44 +00:00
Clippy fixes
This commit is contained in:
parent
072335a2ff
commit
c6d9d7f11c
3 changed files with 3 additions and 10 deletions
|
@ -417,7 +417,6 @@ fn test_with_pr_core_utils_tests() {
|
|||
let value = file_last_modified_time(&scenario, test_file_path);
|
||||
let mut arguments: Vec<&str> = flags
|
||||
.split(' ')
|
||||
.into_iter()
|
||||
.filter(|i| i.trim() != "")
|
||||
.collect::<Vec<&str>>();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue