diff --git a/src/Cargo.toml b/src/Cargo.toml index b4ef8754b81b..e8c44ea57c2e 100644 --- a/src/Cargo.toml +++ b/src/Cargo.toml @@ -57,7 +57,6 @@ cargo = { path = "tools/cargo" } # that we're shipping as well (to ensure that the rustfmt in RLS and the # `rustfmt` executable are the same exact version). rustfmt-nightly = { path = "tools/rustfmt" } -rls-data = { git = "https://github.com/Xanewok/rls-data", branch = "compilation-options" } # See comments in `tools/rustc-workspace-hack/README.md` for what's going on # here