Skip to content

Commit 368cab3

Browse files
committed
Reviewer changes
1 parent d0070e8 commit 368cab3

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.gitmodules

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@
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

src/Cargo.toml

+3-1
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,10 @@ debug-assertions = false
6060
[patch.'https://github.com/rust-lang/cargo']
6161
cargo = { 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']
6467
rustfmt-nightly = { path = "tools/rustfmt" }
65-
6668
[patch.crates-io]
6769
rustfmt-nightly = { path = "tools/rustfmt" }

src/bootstrap/mk/Makefile.in

+1
Original file line numberDiff line numberDiff 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 \

0 commit comments

Comments
 (0)