From a28e8628255198aa36bcde1f380763ef257beabd Mon Sep 17 00:00:00 2001 From: Matt Hall Date: Wed, 24 Feb 2021 19:23:12 +0000 Subject: Address further review comments * Use known names for iter/iter_mut method (simplifies checking if the method exists * Extract code to check assist with fixtures to function --- crates/hir_expand/src/name.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'crates/hir_expand') diff --git a/crates/hir_expand/src/name.rs b/crates/hir_expand/src/name.rs index c7609e90d..c94fb580a 100644 --- a/crates/hir_expand/src/name.rs +++ b/crates/hir_expand/src/name.rs @@ -189,6 +189,7 @@ pub mod known { // Components of known path (function name) filter_map, next, + iter_mut, // Builtin macros file, column, -- cgit v1.2.3