diff options
author | Aaron Loucks <[email protected]> | 2020-05-30 19:21:06 +0100 |
---|---|---|
committer | Aaron Loucks <[email protected]> | 2020-06-03 11:46:07 +0100 |
commit | 4c655c01f31ceffae4f8219f9706992e0e7f188a (patch) | |
tree | 6d295976e70602a08268fa97fefd1c1f82dba59f /crates/ra_hir_expand | |
parent | 9b3d4be42120796c9845376a9ad315736fc85eca (diff) |
Enable hover and autocomplete docs on macro generated items
Diffstat (limited to 'crates/ra_hir_expand')
-rw-r--r-- | crates/ra_hir_expand/src/name.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/ra_hir_expand/src/name.rs b/crates/ra_hir_expand/src/name.rs index ea495cb11..660bdfe33 100644 --- a/crates/ra_hir_expand/src/name.rs +++ b/crates/ra_hir_expand/src/name.rs | |||
@@ -153,6 +153,7 @@ pub mod known { | |||
153 | str, | 153 | str, |
154 | // Special names | 154 | // Special names |
155 | macro_rules, | 155 | macro_rules, |
156 | doc, | ||
156 | // Components of known path (value or mod name) | 157 | // Components of known path (value or mod name) |
157 | std, | 158 | std, |
158 | core, | 159 | core, |