mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-26 11:59:49 +00:00
Add missing docs string
This commit is contained in:
parent
b986d8ac92
commit
0e4902467f
1 changed files with 1 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
|||
//! Completion for macros in `#[macro_use(...)]`
|
||||
use hir::ModuleDef;
|
||||
use ide_db::SymbolKind;
|
||||
use syntax::ast;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue