diff options
author | Edwin Cheng <[email protected]> | 2019-11-19 17:12:56 +0000 |
---|---|---|
committer | Edwin Cheng <[email protected]> | 2019-11-19 17:12:56 +0000 |
commit | e29017139708174e922af7af614b1eb390952ecf (patch) | |
tree | 25c7f0e128f906c37da21954c9c1b498c87ad8da /crates/ra_ide_api/src | |
parent | 47a4c3e77d2c1156e4cc45b0ad85ac6e6ee64806 (diff) |
Add shot doc for expand_macro module
Diffstat (limited to 'crates/ra_ide_api/src')
-rw-r--r-- | crates/ra_ide_api/src/expand_macro.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/ra_ide_api/src/expand_macro.rs b/crates/ra_ide_api/src/expand_macro.rs index 07a7c738a..e9eb2a7fb 100644 --- a/crates/ra_ide_api/src/expand_macro.rs +++ b/crates/ra_ide_api/src/expand_macro.rs | |||
@@ -1,4 +1,4 @@ | |||
1 | //! FIXME: write short doc here | 1 | //! This modules implements "expand macro" functionality in the IDE |
2 | 2 | ||
3 | use crate::{db::RootDatabase, FilePosition}; | 3 | use crate::{db::RootDatabase, FilePosition}; |
4 | use hir::db::AstDatabase; | 4 | use hir::db::AstDatabase; |