mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-25 20:43:21 +00:00
add doc comment
This commit is contained in:
parent
7de6eaa58a
commit
1ec418c3b8
1 changed files with 2 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
|||
//! Defines database & queries for macro expansion.
|
||||
|
||||
use std::sync::Arc;
|
||||
|
||||
use mbe::MacroRules;
|
||||
|
|
Loading…
Reference in a new issue