Skip to content

Commit 1b15562

Browse files
committed
List Clippy as a subtree, instead of a submodule
1 parent 53d3bc0 commit 1b15562

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

CONTRIBUTING.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ it can be found [here][rctd].
193193
As a developer to this repository, you don't have to treat the following external projects
194194
differently from other crates that are directly in this repo:
195195

196-
* none so far, see https://github.com/rust-lang/rust/issues/70651 for more info
196+
* Clippy
197197

198198
They are just regular files and directories. This is in contrast to `submodule` dependencies
199199
(see below for those). Only tool authors will actually use any operations here.
@@ -247,15 +247,14 @@ git subtree add -P src/tools/clippy https://github.com/rust-lang/rust-clippy.git
247247
This will create a new commit, which you may not rebase under any circumstances! Delete the commit
248248
and redo the operation if you need to rebase.
249249

250-
Now you're done, the `src/tools/clippy` directory behaves as if clippy were part of the rustc
250+
Now you're done, the `src/tools/clippy` directory behaves as if Clippy were part of the rustc
251251
monorepo, so no one but you (or others that synchronize subtrees) actually needs to use `git subtree`.
252252

253253

254254
### External Dependencies (submodules)
255255

256256
Currently building Rust will also build the following external projects:
257257

258-
* [clippy](https://github.com/rust-lang/rust-clippy)
259258
* [miri](https://github.com/rust-lang/miri)
260259
* [rustfmt](https://github.com/rust-lang/rustfmt)
261260
* [rls](https://github.com/rust-lang/rls/)

0 commit comments

Comments
 (0)