mirror of
https://github.com/rust-lang/rust.git
synced 2025-04-17 06:26:55 +00:00
Add doc comment on main.rs
This commit is contained in:
parent
84fb9b44c3
commit
9a2114b0dd
@ -1,3 +1,5 @@
|
||||
//! Driver for proc macro server
|
||||
|
||||
use ra_proc_macro::msg::{self, Message};
|
||||
use ra_proc_macro_srv::{expand_task, list_macros};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user