We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 013df8b commit 433d0d9Copy full SHA for 433d0d9
src/contributing.md
@@ -202,8 +202,9 @@ git subtree add -P src/tools/clippy https://github.com/rust-lang/rust-clippy.git
202
This will create a new commit, which you may not rebase under any circumstances! Delete the commit
203
and redo the operation if you need to rebase.
204
205
-Now you're done, the `src/tools/clippy` directory behaves as if Clippy were part of the rustc
206
-monorepo, so no one but you (or others that synchronize subtrees) actually needs to use `git subtree`.
+Now you're done, the `src/tools/clippy` directory behaves as if Clippy were
+part of the rustc monorepo, so no one but you (or others that synchronize
207
+subtrees) actually needs to use `git subtree`.
208
209
210
### External Dependencies (submodules)
0 commit comments