Skip to content

Commit

Permalink
Resolve clippy errors 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Blajda committed Jan 30, 2023
1 parent 558e890 commit 46841cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rust/src/operations/filesystem_check.rs
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,8 @@ impl FileSystemCheckBuilder {
}

let mut files_to_remove: Vec<Add> = files_relative
.into_iter()
.map(|(_, file)| file.to_owned())
.into_values()
.map(|file| file.to_owned())
.collect();

if !files_absolute.is_empty() {
Expand Down

0 comments on commit 46841cc

Please sign in to comment.