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
202202This will create a new commit, which you may not rebase under any circumstances! Delete the commit
203203and redo the operation if you need to rebase.
204204
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 ` .
207208
208209
209210### External Dependencies (submodules)
You can’t perform that action at this time.
0 commit comments