Skip to content

Commit fac5a41

Browse files
committed
Update CONTRIBUTING.md
1 parent 2481d3c commit fac5a41

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

CONTRIBUTING.md

+3-4
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ High level approach:
3636

3737
### Finding something to fix/improve
3838

39-
All issues on Clippy are mentored, if you want help with a bug just ask @Manishearth, @llogiq, @mcarton or @oli-obk.
39+
All issues on Clippy are mentored, if you want help with a bug just ask
40+
@Manishearth, @flip1995, @phansch or @yaahc.
4041

4142
Some issues are easier than others. The [`good first issue`] label can be used to find the easy issues.
4243
If you want to work on an issue, please leave a comment so that we can assign it to you!
@@ -78,16 +79,14 @@ an AST expression). `match_def_path()` in Clippy's `utils` module can also be us
7879

7980
## Writing code
8081

81-
Have a look at the [docs for writing lints][adding_lints] for more details. [Llogiq's blog post on lints]
82-
is also a nice primer to lint-writing, though it does get into advanced stuff and may be a bit outdated.
82+
Have a look at the [docs for writing lints][adding_lints] for more details.
8383

8484
If you want to add a new lint or change existing ones apart from bugfixing, it's
8585
also a good idea to give the [stability guarantees][rfc_stability] and
8686
[lint categories][rfc_lint_cats] sections of the [Clippy 1.0 RFC][clippy_rfc] a
8787
quick read.
8888

8989
[adding_lints]: https://github.com/rust-lang/rust-clippy/blob/master/doc/adding_lints.md
90-
[Llogiq's blog post on lints]: https://llogiq.github.io/2015/06/04/workflows.html
9190
[clippy_rfc]: https://github.com/rust-lang/rfcs/blob/master/text/2476-clippy-uno.md
9291
[rfc_stability]: https://github.com/rust-lang/rfcs/blob/master/text/2476-clippy-uno.md#stability-guarantees
9392
[rfc_lint_cats]: https://github.com/rust-lang/rfcs/blob/master/text/2476-clippy-uno.md#lint-audit-and-categories

0 commit comments

Comments
 (0)