overlapping_range_endpoints does not belong in the unused lint group

This commit is contained in:
Nadrieril 2020-11-22 22:21:09 +00:00
parent 94ad5e1672
commit 5687c16279
5 changed files with 39 additions and 38 deletions

View file

@ -283,7 +283,6 @@ fn register_builtins(store: &mut LintStore, no_interleave_lints: bool) {
UNUSED_MUT,
UNREACHABLE_CODE,
UNREACHABLE_PATTERNS,
OVERLAPPING_RANGE_ENDPOINTS,
UNUSED_MUST_USE,
UNUSED_UNSAFE,
PATH_STATEMENTS,