Rename 'flat_map' → 'flat_map_identity'

This commit is contained in:
Jeremy Stucki
2019-08-11 20:34:25 +02:00
parent f0ce04f814
commit b651f19eb8
6 changed files with 15 additions and 11 deletions

View File

@@ -643,7 +643,7 @@ pub fn register_plugins(reg: &mut rustc_plugin::Registry<'_>, conf: &Conf) {
methods::FILTER_MAP,
methods::FILTER_MAP_NEXT,
methods::FIND_MAP,
methods::FLAT_MAP,
methods::FLAT_MAP_IDENTITY,
methods::MAP_FLATTEN,
methods::OPTION_MAP_UNWRAP_OR,
methods::OPTION_MAP_UNWRAP_OR_ELSE,