mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 12:54:58 +00:00
Merge #6719
6719: Use items can also have doc comments r=matklad a=Veykril Prior to this change modules show more docs than they have cause they inherit the docs from documented use items inside of them. Co-authored-by: Lukas Wirth <lukastw97@gmail.com>
This commit is contained in:
commit
03b886de53
5 changed files with 23 additions and 23 deletions
|
@ -477,3 +477,4 @@ impl ast::DocCommentsOwner for ast::Const {}
|
|||
impl ast::DocCommentsOwner for ast::TypeAlias {}
|
||||
impl ast::DocCommentsOwner for ast::Impl {}
|
||||
impl ast::DocCommentsOwner for ast::MacroCall {}
|
||||
impl ast::DocCommentsOwner for ast::Use {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue