Add missing docs string

This commit is contained in:
unexge 2023-12-16 17:10:11 +00:00
parent b986d8ac92
commit 0e4902467f

View File

@ -1,3 +1,4 @@
//! Completion for macros in `#[macro_use(...)]`
use hir::ModuleDef;
use ide_db::SymbolKind;
use syntax::ast;