mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-27 12:29:21 +00:00
Allow doc comments on all Item
s
This commit is contained in:
parent
ca8bd3ec42
commit
67f548d8e9
2 changed files with 12 additions and 5 deletions
|
@ -793,9 +793,11 @@ fn extract_struct_traits(ast: &mut AstSrc) {
|
|||
"Const",
|
||||
"TypeAlias",
|
||||
"Impl",
|
||||
"ExternBlock",
|
||||
"ExternCrate",
|
||||
"MacroCall",
|
||||
"MacroRules",
|
||||
"MacroDef",
|
||||
"Macro",
|
||||
"Use",
|
||||
];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue