Update UI tests.

This commit is contained in:
G. Endignoux
2017-10-30 14:10:38 +01:00
parent f0a1eff1c4
commit 87fd68731d
2 changed files with 33 additions and 0 deletions

View File

@@ -374,6 +374,7 @@ pub fn register_plugins(reg: &mut rustc_plugin::Registry) {
methods::FILTER_MAP,
methods::OPTION_MAP_UNWRAP_OR,
methods::OPTION_MAP_UNWRAP_OR_ELSE,
methods::RESULT_MAP_UNWRAP_OR_ELSE,
methods::OPTION_UNWRAP_USED,
methods::RESULT_UNWRAP_USED,
methods::WRONG_PUB_SELF_CONVENTION,