File tree 3 files changed +5
-2
lines changed
3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 38
38
url = https://github.com/rust-lang-nursery/rust-clippy.git
39
39
[submodule "src/tools/rustfmt "]
40
40
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
60
60
[patch .'https://github .com/rust-lang/cargo' ]
61
61
cargo = { path = " tools/cargo" }
62
62
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.
63
66
[patch .'https://github .com/rust-lang-nursery/rustfmt' ]
64
67
rustfmt-nightly = { path = " tools/rustfmt" }
65
-
66
68
[patch .crates-io ]
67
69
rustfmt-nightly = { path = " tools/rustfmt" }
Original file line number Diff line number Diff line change @@ -55,6 +55,7 @@ check-aux:
55
55
src/tools/cargotest \
56
56
src/tools/cargo \
57
57
src/tools/rls \
58
+ src/tools/rustfmt \
58
59
src/test/pretty \
59
60
src/test/run-pass/pretty \
60
61
src/test/run-fail/pretty \
You can’t perform that action at this time.
0 commit comments