Skip to content

Commit

Permalink
Fix clippy warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
ikrivosheev committed Mar 24, 2023
1 parent 4df870d commit 011fb62
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion yara-sys/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,6 @@ mod build {
let walker = globwalk::GlobWalkerBuilder::from_patterns(&basedir, &["**/*.c", "!proc/*"])
.build()
.unwrap()
.into_iter()
.filter_map(Result::ok)
.filter(|e| !exclude.contains(&e.path().to_path_buf()));
for entry in walker {
Expand Down

0 comments on commit 011fb62

Please sign in to comment.