Add doc comment on main.rs

This commit is contained in:
Edwin Cheng 2020-04-03 19:16:54 +08:00
parent 84fb9b44c3
commit 9a2114b0dd

View file

@ -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};