mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-03 15:15:24 +00:00
split lib
This commit is contained in:
parent
4268fbeaa1
commit
e8515fecd7
3 changed files with 42 additions and 31 deletions
|
@ -26,7 +26,7 @@ enum Task {
|
|||
Notify(RawNotification),
|
||||
}
|
||||
|
||||
pub(super) fn main_loop(
|
||||
pub fn main_loop(
|
||||
root: PathBuf,
|
||||
msg_receriver: &mut Receiver<RawMessage>,
|
||||
msg_sender: &mut Sender<RawMessage>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue