Skip to content

Commit 433d0d9

Browse files
committed
line length
1 parent 013df8b commit 433d0d9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/contributing.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -202,8 +202,9 @@ git subtree add -P src/tools/clippy https://github.com/rust-lang/rust-clippy.git
202202
This will create a new commit, which you may not rebase under any circumstances! Delete the commit
203203
and 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)

0 commit comments

Comments
 (0)