mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-27 21:43:37 +00:00
Add doc comment on main.rs
This commit is contained in:
parent
84fb9b44c3
commit
9a2114b0dd
1 changed files with 2 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
||||||
|
//! Driver for proc macro server
|
||||||
|
|
||||||
use ra_proc_macro::msg::{self, Message};
|
use ra_proc_macro::msg::{self, Message};
|
||||||
use ra_proc_macro_srv::{expand_task, list_macros};
|
use ra_proc_macro_srv::{expand_task, list_macros};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue