We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4717cf2 commit e23f68aCopy full SHA for e23f68a
Cargo.toml
@@ -77,12 +77,13 @@ object.debug = 0
77
[patch."https://github.com/rust-lang/cargo"]
78
cargo = { path = "src/tools/cargo" }
79
80
-[patch.crates-io]
+[patch."https://github.com/rust-lang/rustfmt"]
81
# Similar to Cargo above we want the RLS to use a vendored version of `rustfmt`
82
# that we're shipping as well (to ensure that the rustfmt in RLS and the
83
# `rustfmt` executable are the same exact version).
84
rustfmt-nightly = { path = "src/tools/rustfmt" }
85
86
+[patch.crates-io]
87
# See comments in `src/tools/rustc-workspace-hack/README.md` for what's going on
88
# here
89
rustc-workspace-hack = { path = 'src/tools/rustc-workspace-hack' }
src/tools/rls
0 commit comments