File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -202,8 +202,9 @@ git subtree add -P src/tools/clippy https://github.com/rust-lang/rust-clippy.git
202
202
This will create a new commit, which you may not rebase under any circumstances! Delete the commit
203
203
and redo the operation if you need to rebase.
204
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 ` .
205
+ Now you're done, the ` src/tools/clippy ` directory behaves as if Clippy were
206
+ part of the rustc monorepo, so no one but you (or others that synchronize
207
+ subtrees) actually needs to use ` git subtree ` .
207
208
208
209
209
210
### External Dependencies (submodules)
You can’t perform that action at this time.
0 commit comments