Skip to content

Commit

Permalink
chore: clippy lints
Browse files Browse the repository at this point in the history
  • Loading branch information
oknozor committed Jun 12, 2023
1 parent 77eb678 commit 276730e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/dots.rs
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ impl Dot {
Ok(
globwalk::GlobWalkerBuilder::from_patterns(source_str, self.ignore.as_slice())
.build()?
.into_iter()
.filter_map(Result::ok)
.map(|entry| entry.path().to_path_buf())
.collect(),
Expand Down

0 comments on commit 276730e

Please sign in to comment.