From 440889edec0bc4e2ca3b12f2d56f3eaff278c01b Mon Sep 17 00:00:00 2001 From: Bruno Ortiz Date: Sun, 2 Apr 2023 22:08:02 -0300 Subject: [PATCH] fixing main_loop.rs --- crates/rust-analyzer/src/main_loop.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/crates/rust-analyzer/src/main_loop.rs b/crates/rust-analyzer/src/main_loop.rs index 5d3aca29b53..7a81a18f4af 100644 --- a/crates/rust-analyzer/src/main_loop.rs +++ b/crates/rust-analyzer/src/main_loop.rs @@ -655,7 +655,6 @@ impl GlobalState { .on_sync_mut::(handlers::handle_workspace_reload) .on_sync_mut::(handlers::handle_proc_macros_rebuild) .on_sync_mut::(handlers::handle_memory_usage) - .on_sync_mut::(handlers::fetch_dependency_graph) .on_sync_mut::(handlers::handle_shuffle_crate_graph) .on_sync::(handlers::handle_join_lines) .on_sync::(handlers::handle_on_enter)