diff options
| author | unexge <unexge@gmail.com> | 2023-12-16 17:10:11 +0000 |
|---|---|---|
| committer | unexge <unexge@gmail.com> | 2023-12-16 17:10:11 +0000 |
| commit | 0e4902467f8cf74ddf9d5fc1121294c38bdb286f (patch) | |
| tree | 5a36327820bfe83b03e77d409acee83102fc6d98 | |
| parent | b986d8ac92f1ce8129bb3009c0411add99129afb (diff) | |
| download | rust-0e4902467f8cf74ddf9d5fc1121294c38bdb286f.tar.gz rust-0e4902467f8cf74ddf9d5fc1121294c38bdb286f.zip | |
Add missing docs string
| -rw-r--r-- | crates/ide-completion/src/completions/attribute/macro_use.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/ide-completion/src/completions/attribute/macro_use.rs b/crates/ide-completion/src/completions/attribute/macro_use.rs index 806c9f64c0d..f45f9cba258 100644 --- a/crates/ide-completion/src/completions/attribute/macro_use.rs +++ b/crates/ide-completion/src/completions/attribute/macro_use.rs @@ -1,3 +1,4 @@ +//! Completion for macros in `#[macro_use(...)]` use hir::ModuleDef; use ide_db::SymbolKind; use syntax::ast; |
