Add back doc string for process
This commit is contained in:
parent
fa621f80fa
commit
3b97220926
@ -1,3 +1,5 @@
|
||||
//! Handle process life-time and message passing for proc-macro client
|
||||
|
||||
use crossbeam_channel::{bounded, Receiver, Sender};
|
||||
use ra_tt::Subtree;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user