mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 04:44:57 +00:00
parent
effc1eae8b
commit
c2c10b9014
10 changed files with 51 additions and 71 deletions
|
@ -148,7 +148,7 @@ impl Vfs {
|
|||
path: path.clone(),
|
||||
filter: Box::new(filter),
|
||||
};
|
||||
res.worker.inp.send(task);
|
||||
res.worker.inp.send(task).unwrap();
|
||||
}
|
||||
let roots = res.roots.iter().map(|(id, _)| id).collect();
|
||||
(res, roots)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue