From c4735063db427b18ffcd8ee51df38a3773ada635 Mon Sep 17 00:00:00 2001 From: Igor Matuszewski Date: Fri, 15 Jan 2021 02:21:04 +0100 Subject: [PATCH] Remove local patch in Cargo.toml for rls-* crates --- Cargo.toml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 8b804099e19..204c92045b1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -97,10 +97,6 @@ rustfmt-nightly = { path = "src/tools/rustfmt" } # See comments in `src/tools/rustc-workspace-hack/README.md` for what's going on # here rustc-workspace-hack = { path = 'src/tools/rustc-workspace-hack' } -rls-span = { path = 'src/tools/rls/rls-span' } -rls-data = { path = 'src/tools/rls/rls-data' } -# rls-analysis = { path = 'src/tools/rls/rls-analysis' } -# rls-vfs = { path = 'src/tools/rls/rls-vfs' } # See comments in `library/rustc-std-workspace-core/README.md` for what's going on # here -- 2.44.0