Skip to content

Commit

Permalink
Better error for non const PartialEq call generated by match
Browse files Browse the repository at this point in the history
  • Loading branch information
fee1-dead committed Jun 18, 2023
1 parent 5777494 commit 45a685e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clippy_utils/src/qualify_min_const_fn.rs
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ fn check_terminator<'tcx>(
TerminatorKind::Call {
func,
args,
from_hir_call: _,
call_source: _,
destination: _,
target: _,
unwind: _,
Expand Down

0 comments on commit 45a685e

Please sign in to comment.