aboutsummaryrefslogtreecommitdiff
path: root/crates/hir_expand
diff options
context:
space:
mode:
authorChetan Khilosiya <[email protected]>2021-03-15 17:18:50 +0000
committerChetan Khilosiya <[email protected]>2021-03-15 17:18:50 +0000
commit0c2d4a8a7758793765d33790e22c70b79b8bea56 (patch)
tree365761bc55b25b05a75aa2a165cf9825a2087032 /crates/hir_expand
parent2bf3802f21de48b1c284cdd5e0e9f7f168787d9b (diff)
7709: Updated the implementation.
The get function from impl method is updated. and now same method used to get len and is_empty function.
Diffstat (limited to 'crates/hir_expand')
-rw-r--r--crates/hir_expand/src/name.rs2
1 files changed, 2 insertions, 0 deletions
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 {
191 filter_map, 191 filter_map,
192 next, 192 next,
193 iter_mut, 193 iter_mut,
194 len,
195 is_empty,
194 // Builtin macros 196 // Builtin macros
195 file, 197 file,
196 column, 198 column,