File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 3838 url = https://github.com/rust-lang-nursery/rust-clippy.git
3939[submodule "src/tools/rustfmt "]
4040 path = src/tools/rustfmt
41- url = git@ github.com: rust-lang-nursery/rustfmt.git
41+ url = https:// github.com/ rust-lang-nursery/rustfmt.git
Original file line number Diff line number Diff line change @@ -60,8 +60,10 @@ debug-assertions = false
6060[patch .'https://github .com/rust-lang/cargo' ]
6161cargo = { path = " tools/cargo" }
6262
63+ # Override rustfmt dependencies both on the repo and the crate (the RLS
64+ # sometimes uses either).
65+ # FIXME should only need the crates.io patch, long term.
6366[patch .'https://github .com/rust-lang-nursery/rustfmt' ]
6467rustfmt-nightly = { path = " tools/rustfmt" }
65-
6668[patch .crates-io ]
6769rustfmt-nightly = { path = " tools/rustfmt" }
Original file line number Diff line number Diff line change @@ -55,6 +55,7 @@ check-aux:
5555 src/tools/cargotest \
5656 src/tools/cargo \
5757 src/tools/rls \
58+ src/tools/rustfmt \
5859 src/test/pretty \
5960 src/test/run-pass/pretty \
6061 src/test/run-fail/pretty \
You can’t perform that action at this time.
0 commit comments