From 0c2d4a8a7758793765d33790e22c70b79b8bea56 Mon Sep 17 00:00:00 2001 From: Chetan Khilosiya Date: Mon, 15 Mar 2021 22:48:50 +0530 Subject: 7709: Updated the implementation. The get function from impl method is updated. and now same method used to get len and is_empty function. --- crates/hir_expand/src/name.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'crates/hir_expand') diff --git a/crates/hir_expand/src/name.rs b/crates/hir_expand/src/name.rs index e833e032c..43de9edd6 100644 --- a/crates/hir_expand/src/name.rs +++ b/crates/hir_expand/src/name.rs @@ -191,6 +191,8 @@ pub mod known { filter_map, next, iter_mut, + len, + is_empty, // Builtin macros file, column, -- cgit v1.2.3