mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 12:54:58 +00:00
move macro to a separate module
This commit is contained in:
parent
fd33c89207
commit
b911ee542b
3 changed files with 67 additions and 60 deletions
|
@ -18,6 +18,7 @@ pub mod mock_analysis;
|
|||
|
||||
mod extend_selection;
|
||||
mod syntax_highlighting;
|
||||
mod macros;
|
||||
|
||||
use std::{fmt, sync::Arc};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue