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

Clippy fixes

This commit is contained in:
Jeffrey Finkelstein 2023-02-13 21:33:42 -05:00
parent 072335a2ff
commit c6d9d7f11c
3 changed files with 3 additions and 10 deletions

View file

@ -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>>();