Skip to content

Commit 440889e

Browse files
committed
fixing main_loop.rs
1 parent fc57339 commit 440889e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

crates/rust-analyzer/src/main_loop.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -655,7 +655,6 @@ impl GlobalState {
655655
.on_sync_mut::<lsp_ext::ReloadWorkspace>(handlers::handle_workspace_reload)
656656
.on_sync_mut::<lsp_ext::RebuildProcMacros>(handlers::handle_proc_macros_rebuild)
657657
.on_sync_mut::<lsp_ext::MemoryUsage>(handlers::handle_memory_usage)
658-
.on_sync_mut::<lsp_ext::FetchDependencyGraph>(handlers::fetch_dependency_graph)
659658
.on_sync_mut::<lsp_ext::ShuffleCrateGraph>(handlers::handle_shuffle_crate_graph)
660659
.on_sync::<lsp_ext::JoinLines>(handlers::handle_join_lines)
661660
.on_sync::<lsp_ext::OnEnter>(handlers::handle_on_enter)

0 commit comments

Comments
 (0)