aboutsummaryrefslogtreecommitdiff
path: root/crates/hir_expand/src/name.rs
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2020-12-19 00:13:27 +0000
committerGitHub <[email protected]>2020-12-19 00:13:27 +0000
commit83a272582864bec707365dd196b07d5cfdf59dc6 (patch)
tree7c029631ffd844fa5598c54b0e1bbf230caaf0c8 /crates/hir_expand/src/name.rs
parentc7b7c37ea5f25806d8c523e309b7ee9be27f2cde (diff)
parentaa00d1acd68911735334cb1c7de91d347bb56808 (diff)
Merge #6942
6942: Minor `#[derive]` resolution cleanup r=jonas-schievink a=jonas-schievink bors r+ Co-authored-by: Jonas Schievink <[email protected]>
Diffstat (limited to 'crates/hir_expand/src/name.rs')
-rw-r--r--crates/hir_expand/src/name.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/hir_expand/src/name.rs b/crates/hir_expand/src/name.rs
index 77eeee3fe..2f44876a8 100644
--- a/crates/hir_expand/src/name.rs
+++ b/crates/hir_expand/src/name.rs
@@ -152,6 +152,7 @@ pub mod known {
152 str, 152 str,
153 // Special names 153 // Special names
154 macro_rules, 154 macro_rules,
155 derive,
155 doc, 156 doc,
156 cfg_attr, 157 cfg_attr,
157 // Components of known path (value or mod name) 158 // Components of known path (value or mod name)