diff options
| author | Igor Matuszewski <xanewok@gmail.com> | 2021-01-15 02:21:04 +0100 |
|---|---|---|
| committer | Igor Matuszewski <xanewok@gmail.com> | 2021-01-15 02:21:04 +0100 |
| commit | c4735063db427b18ffcd8ee51df38a3773ada635 (patch) | |
| tree | 2d4ec37a5ef21d3665c4b15a6d71e95e5b605eb0 | |
| parent | d72ea1b129b83a1d63a6f76bbe5727e6c77610f8 (diff) | |
| download | rust-c4735063db427b18ffcd8ee51df38a3773ada635.tar.gz rust-c4735063db427b18ffcd8ee51df38a3773ada635.zip | |
Remove local patch in Cargo.toml for rls-* crates
| -rw-r--r-- | Cargo.toml | 4 |
1 files changed, 0 insertions, 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 |
