Skip to content

Commit 7a7608c

Browse files
committed
overlong
1 parent 49143e5 commit 7a7608c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/doc/rustc-dev-guide/src/getting-started.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,9 @@ pull request, continuing the work on the feature.
149149
### Writing tests
150150

151151
Issues that have been resolved but do not have a regression test are marked with the `E-needs-test` label.
152-
Writing unit tests is a low-risk, lower-priority task that offers new contributors a great opportunity to familiarize themselves with the testing infrastructure and contribution workflow.
152+
Writing unit tests is a low-risk,
153+
lower-priority task that offers new contributors a great opportunity to familiarize themselves
154+
with the testing infrastructure and contribution workflow.
153155

154156
### Contributing to std (standard library)
155157

0 commit comments

Comments
 (0)