Skip to content

Commit

Permalink
style: Make clippy happy
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Nov 10, 2023
1 parent 6bad99b commit d3dc24b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/filter/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ impl Builder {

Filter {
directives: mem::take(&mut directives),
filter: mem::replace(&mut self.filter, None),
filter: mem::take(&mut self.filter),
}
}
}
Expand Down

0 comments on commit d3dc24b

Please sign in to comment.