@@ -14,11 +14,16 @@ All contributors are expected to follow the [Rust Code of Conduct].
14
14
15
15
- [ Contributing to Clippy] ( #contributing-to-clippy )
16
16
- [ Getting started] ( #getting-started )
17
+ - [ High level approach] ( #high-level-approach )
17
18
- [ Finding something to fix/improve] ( #finding-something-to-fiximprove )
18
19
- [ Writing code] ( #writing-code )
19
20
- [ Getting code-completion for rustc internals to work] ( #getting-code-completion-for-rustc-internals-to-work )
20
21
- [ How Clippy works] ( #how-clippy-works )
21
22
- [ Fixing build failures caused by Rust] ( #fixing-build-failures-caused-by-rust )
23
+ - [ Patching git-subtree to work with big repos] ( #patching-git-subtree-to-work-with-big-repos )
24
+ - [ Performing the sync] ( #performing-the-sync )
25
+ - [ Syncing back changes in Clippy to [ ` rust-lang/rust ` ]] ( #syncing-back-changes-in-clippy-to-rust-langrust )
26
+ - [ Defining remotes] ( #defining-remotes )
22
27
- [ Issue and PR triage] ( #issue-and-pr-triage )
23
28
- [ Bors and Homu] ( #bors-and-homu )
24
29
- [ Contributions] ( #contributions )
@@ -320,8 +325,8 @@ commands [here][homu_instructions].
320
325
[l-crash]: https://github.com/rust-lang/rust-clippy/labels/L-crash
321
326
[l-bug]: https://github.com/rust-lang/rust-clippy/labels/L-bug
322
327
[homu]: https://github.com/rust-lang/homu
323
- [homu_instructions]: https://buildbot2 .rust-lang.org/homu /
324
- [homu_queue]: https://buildbot2 .rust-lang.org/homu /queue/clippy
328
+ [homu_instructions]: https://bors .rust-lang.org/
329
+ [homu_queue]: https://bors .rust-lang.org/queue/clippy
325
330
326
331
## Contributions
327
332
0 commit comments