File tree 3 files changed +11
-0
lines changed
3 files changed +11
-0
lines changed Original file line number Diff line number Diff line change 36
36
[submodule "src/tools/clippy "]
37
37
path = src/tools/clippy
38
38
url = https://github.com/rust-lang-nursery/rust-clippy.git
39
+ [submodule "src/tools/rustfmt "]
40
+ path = src/tools/rustfmt
41
+ url = [email protected] :rust-lang-nursery/rustfmt.git
Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ members = [
18
18
" tools/cargo" ,
19
19
" tools/rustdoc" ,
20
20
" tools/rls" ,
21
+ " tools/rustfmt" ,
21
22
# FIXME(https://github.com/rust-lang/cargo/issues/4089): move these to exclude
22
23
" tools/rls/test_data/borrow_error" ,
23
24
" tools/rls/test_data/completion" ,
@@ -58,3 +59,9 @@ debug-assertions = false
58
59
59
60
[patch .'https://github .com/rust-lang/cargo' ]
60
61
cargo = { path = " tools/cargo" }
62
+
63
+ [patch .'https://github .com/rust-lang-nursery/rustfmt' ]
64
+ rustfmt-nightly = { path = " tools/rustfmt" }
65
+
66
+ [patch .crates-io ]
67
+ rustfmt-nightly = { path = " tools/rustfmt" }
You can’t perform that action at this time.
0 commit comments