redundant_pattern_matching
This commit is contained in:
parent
afa2741e6a
commit
d2bbe76008
1 changed files with 1 additions and 2 deletions
|
|
@ -312,8 +312,7 @@ pub(super) fn check_match<'tcx>(cx: &LateContext<'tcx>, expr: &'tcx Expr<'_>, op
|
|||
} else {
|
||||
None
|
||||
}
|
||||
|
||||
}
|
||||
},
|
||||
_ => None,
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue