@@ -323,7 +323,7 @@ feel comfortable jumping straight into the large `rust-lang/rust` codebase.
323323The following tasks are doable without much background knowledge but are
324324incredibly helpful:
325325
326- - [ ICE-breakers Cleanup crew] [ iceb ] : find minimal reproductions of ICEs, bisect
326+ - [ Cleanup crew] [ iceb ] : find minimal reproductions of ICEs, bisect
327327 regressions, etc. This is a way of helping that saves a ton of time for
328328 others to fix an error later.
329329- Writing documentation: if you are feeling a bit more intrepid, you could try
@@ -357,7 +357,7 @@ below][break]) for some PRs.
357357[ break ] : #breaking-changes
358358
359359When the PR is ready to be merged, the reviewer will issue a command to
360- ` @bors ` , the CI bot. Usually, this is ` @bors r+ ` or ` @bors r=@ user ` to approve
360+ ` @bors ` , the CI bot. Usually, this is ` @bors r+ ` or ` @bors r=user ` to approve
361361a PR (there are few other commands, but they are less relevant here). This puts
362362the PR in [ bors's queue] [ bors ] to be tested and merged. Be patient; this can take a
363363while and the queue can sometimes be long. PRs are never merged by hand.
@@ -410,7 +410,7 @@ approval of the relevant teams.
410410
411411After that, the feature gate can be removed and the feature turned on for all users.
412412
413- [ For more details on this process, see this chapter.] ( ./implementing_new_features.md )
413+ [ For more details on this process, see this chapter on implementing new features .] ( ./implementing_new_features.md )
414414
415415### Breaking Changes
416416
@@ -428,7 +428,7 @@ discuss the issue and either accept, reject, or request changes on the PR.
428428
429429If the scale of breakage is large, a deprecation warning may be needed. This is
430430a warning that the compiler will display to users whose code will break in the
431- future. After some time, an FCP can be used to move forward with the actual
431+ future. After some time, an FCP can be used to move forward with the actual
432432breakage.
433433
434434If the scale of breakage is unknown, a team member or contributor may request a
@@ -449,7 +449,7 @@ compiler (as opposed to a full RFC or a design meeting with the team).
449449Example of things that might require MCPs include major refactorings, changes
450450to important types, or important changes to how the compiler does something.
451451
452- ** When in doubt, ask on [ zulip] [ z ] . We would hate for you to put a lot of work
452+ ** When in doubt, ask on [ zulip] [ z ] . It would be a shame to put a lot of work
453453into a PR that ends up not getting merged!**
454454
455455### Performance
0 commit comments