Skip to content

Commit 68ec83a

Browse files
committed
cargo dev fmt
1 parent ada08e3 commit 68ec83a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clippy_lints/src/matches/significant_drop_in_scrutinee.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ struct SigDropChecker<'a, 'tcx> {
108108
impl<'a, 'tcx> SigDropChecker<'a, 'tcx> {
109109
fn new(cx: &'a LateContext<'tcx>) -> SigDropChecker<'a, 'tcx> {
110110
SigDropChecker {
111-
seen_types: Default::default(),
111+
seen_types: FxHashSet::default(),
112112
cx
113113
}
114114
}

0 commit comments

Comments
 (0)