diff options
author | Lukas Wirth <[email protected]> | 2020-12-04 14:51:23 +0000 |
---|---|---|
committer | Lukas Wirth <[email protected]> | 2020-12-04 16:09:40 +0000 |
commit | a1c8bdecfd408b7573357604f9c6543556f3f19a (patch) | |
tree | 1e11e66725f2af53ab4674531b3a886f2582ec99 /crates/syntax/src/ast | |
parent | a3043cf53feffef3f69f25c2617801d2fc66ce75 (diff) |
Use items can also have doc comments
Diffstat (limited to 'crates/syntax/src/ast')
-rw-r--r-- | crates/syntax/src/ast/node_ext.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/syntax/src/ast/node_ext.rs b/crates/syntax/src/ast/node_ext.rs index b70b840b8..aa3a4b606 100644 --- a/crates/syntax/src/ast/node_ext.rs +++ b/crates/syntax/src/ast/node_ext.rs | |||
@@ -477,3 +477,4 @@ impl ast::DocCommentsOwner for ast::Const {} | |||
477 | impl ast::DocCommentsOwner for ast::TypeAlias {} | 477 | impl ast::DocCommentsOwner for ast::TypeAlias {} |
478 | impl ast::DocCommentsOwner for ast::Impl {} | 478 | impl ast::DocCommentsOwner for ast::Impl {} |
479 | impl ast::DocCommentsOwner for ast::MacroCall {} | 479 | impl ast::DocCommentsOwner for ast::MacroCall {} |
480 | impl ast::DocCommentsOwner for ast::Use {} | ||