Remove local patch in Cargo.toml for rls-* crates

This commit is contained in:
Igor Matuszewski 2021-01-15 02:21:04 +01:00
parent d72ea1b129
commit c4735063db

View File

@ -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