Skip to content

Commit

Permalink
fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
data-pup committed Dec 27, 2019
1 parent 5ad18b9 commit 0fa3667
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion analyze/analyses/monos/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ fn collect_monomorphizations<'a>(
None
}
})
.filter(|(generic, inst)| match (args_given, using_regexps) {
.filter(|(generic, _)| match (args_given, using_regexps) {
(true, true) => regexps.is_match(generic),
(true, false) => opts.functions().iter().any(|name| name == generic),
(false, _) => true,
Expand Down

0 comments on commit 0fa3667

Please sign in to comment.