mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-13 05:38:46 +00:00
Add back doc string for process
This commit is contained in:
parent
fa621f80fa
commit
3b97220926
1 changed files with 2 additions and 0 deletions
|
@ -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 a new issue