mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-29 13:25:09 +00:00
parent
51ac6de6f3
commit
1ceb2ea414
4 changed files with 54 additions and 7 deletions
|
@ -317,7 +317,7 @@ fn load_crate_graph(
|
|||
// wait until Vfs has loaded all roots
|
||||
for task in receiver {
|
||||
match task {
|
||||
vfs::loader::Message::Progress { n_done, n_total, config_version: _ } => {
|
||||
vfs::loader::Message::Progress { n_done, n_total, .. } => {
|
||||
if n_done == n_total {
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue