Add rustfmt as a submodule
This commit is contained in:
parent
a7b7dce02d
commit
c4508e1226
3 changed files with 11 additions and 0 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -36,3 +36,6 @@
|
|||
[submodule "src/tools/clippy"]
|
||||
path = src/tools/clippy
|
||||
url = https://github.com/rust-lang-nursery/rust-clippy.git
|
||||
[submodule "src/tools/rustfmt"]
|
||||
path = src/tools/rustfmt
|
||||
url = git@github.com:rust-lang-nursery/rustfmt.git
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue