mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 11:31:15 +00:00
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…
x
Reference in New Issue
Block a user