@@ -51,7 +51,7 @@ Clippy team directly by mentioning them in the issue or over on [Zulip]. All
5151currently active team members can be found
5252[ here] ( https://github.com/rust-lang/rust-clippy/blob/master/triagebot.toml#L18 )
5353
54- Some issues are easier than others. The [ ` good- first- issue ` ] label can be used to find the easy
54+ Some issues are easier than others. The [ ` good first issue ` ] label can be used to find the easy
5555issues. You can use ` @rustbot claim ` to assign the issue to yourself.
5656
5757There are also some abandoned PRs, marked with [ ` S-inactive-closed ` ] .
@@ -70,7 +70,7 @@ To figure out how this syntax structure is encoded in the AST, it is recommended
7070Usually the lint will end up to be a nested series of matches and ifs, [ like so] [ deep-nesting ] .
7171But we can make it nest-less by using [ let chains] , [ like this] [ nest-less ] .
7272
73- [ ` E-medium ` ] issues are generally pretty easy too, though it's recommended you work on an [ ` good- first- issue ` ]
73+ [ ` E-medium ` ] issues are generally pretty easy too, though it's recommended you work on an [ ` good first issue ` ]
7474first. Sometimes they are only somewhat involved code wise, but not difficult per-se.
7575Note that [ ` E-medium ` ] issues may require some knowledge of Clippy internals or some
7676debugging to find the actual problem behind the issue.
@@ -79,7 +79,7 @@ debugging to find the actual problem behind the issue.
7979lot of methods that are useful, though one of the most useful would be ` expr_ty ` (gives the type of
8080an AST expression).
8181
82- [ `good- first- issue` ] : https://github.com/rust-lang/rust-clippy/labels/good-first-issue
82+ [ `good first issue` ] : https://github.com/rust-lang/rust-clippy/labels/good%20first%20issue
8383[ `S-inactive-closed` ] : https://github.com/rust-lang/rust-clippy/pulls?q=is%3Aclosed+label%3AS-inactive-closed
8484[ `T-AST` ] : https://github.com/rust-lang/rust-clippy/labels/T-AST
8585[ `T-middle` ] : https://github.com/rust-lang/rust-clippy/labels/T-middle
0 commit comments