Categorize the unwrap lints correctly.

This commit is contained in:
Fabian Zaiser
2018-06-08 20:38:39 +02:00
parent 0c6730d851
commit 8682858e2c
4 changed files with 13 additions and 6 deletions

View File

@@ -926,6 +926,7 @@ pub fn register_plugins(reg: &mut rustc_plugin::Registry) {
mutex_atomic::MUTEX_INTEGER,
needless_borrow::NEEDLESS_BORROW,
ranges::RANGE_PLUS_ONE,
unwrap::PANICKING_UNWRAP,
unwrap::UNNECESSARY_UNWRAP,
]);
}