diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2021-03-15 17:40:14 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2021-03-15 17:40:14 +0000 |
commit | 1f28345b37130659438a8d2427f8879a19a14ae9 (patch) | |
tree | 120e085c1fb07e7ca0df7269936eb749827e2735 /crates/hir_expand/src/name.rs | |
parent | ce3125165a6658318def7c49f415ea7f5e9dce92 (diff) | |
parent | 0c2d4a8a7758793765d33790e22c70b79b8bea56 (diff) |
Merge #8037
8037: Assist is empty 7709 r=Veykril a=chetankhilosiya
Updated the implementation to get the function from implementation
Co-authored-by: Chetan Khilosiya <[email protected]>
Diffstat (limited to 'crates/hir_expand/src/name.rs')
-rw-r--r-- | crates/hir_expand/src/name.rs | 2 |
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, |