Skip to content

Commit 4c3392e

Browse files
committed
Fixes rust-lang#924 Fixed line lengths.
1 parent 2bbbb79 commit 4c3392e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/contributing.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,8 @@ There are issues for beginners and advanced compiler devs alike!
410410

411411
Just a few things to keep in mind:
412412

413-
- Please limit line length to 100 characters. This is enforced by CI, and you can run the checks locally with `ci/check_line_lengths.sh`.
413+
- Please limit line length to 100 characters. This is enforced by CI, and you can run the checks
414+
locally with `ci/check_line_lengths.sh`.
414415
- When contributing text to the guide, please contextualize the information with some time period
415416
and/or a reason so that the reader knows how much to trust or mistrust the information.
416417
Aim to provide a reasonable amount of context, possibly including but not limited to:

0 commit comments

Comments
 (0)