Skip to content

Commit 58b6f48

Browse files
committed
remove matches!-specific code
1 parent c832301 commit 58b6f48

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

clippy_lints/src/matches/mod.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ mod significant_drop_in_scrutinee;
2323
mod single_match;
2424
mod try_err;
2525
mod wild_in_or_pats;
26-
mod unnecessary_pattern_matching;
2726

2827
use clippy_config::msrvs::{self, Msrv};
2928
use clippy_utils::source::{snippet_opt, walk_span_to_context};

clippy_lints/src/matches/unnecessary_pattern_matching.rs

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)