mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-14 06:03:58 +00:00
Add shot doc for expand_macro module
This commit is contained in:
parent
47a4c3e77d
commit
e290171397
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
//! FIXME: write short doc here
|
||||
//! This modules implements "expand macro" functionality in the IDE
|
||||
|
||||
use crate::{db::RootDatabase, FilePosition};
|
||||
use hir::db::AstDatabase;
|
||||
|
|
Loading…
Reference in a new issue