@@ -51,7 +51,7 @@ Clippy team directly by mentioning them in the issue or over on [Zulip]. All
51
51
currently active team members can be found
52
52
[ here] ( https://github.com/rust-lang/rust-clippy/blob/master/triagebot.toml#L18 )
53
53
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
55
55
issues. You can use ` @rustbot claim ` to assign the issue to yourself.
56
56
57
57
There 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
70
70
Usually the lint will end up to be a nested series of matches and ifs, [ like so] [ deep-nesting ] .
71
71
But we can make it nest-less by using [ let chains] , [ like this] [ nest-less ] .
72
72
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 ` ]
74
74
first. Sometimes they are only somewhat involved code wise, but not difficult per-se.
75
75
Note that [ ` E-medium ` ] issues may require some knowledge of Clippy internals or some
76
76
debugging to find the actual problem behind the issue.
@@ -79,7 +79,7 @@ debugging to find the actual problem behind the issue.
79
79
lot of methods that are useful, though one of the most useful would be ` expr_ty ` (gives the type of
80
80
an AST expression).
81
81
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
83
83
[ `S-inactive-closed` ] : https://github.com/rust-lang/rust-clippy/pulls?q=is%3Aclosed+label%3AS-inactive-closed
84
84
[ `T-AST` ] : https://github.com/rust-lang/rust-clippy/labels/T-AST
85
85
[ `T-middle` ] : https://github.com/rust-lang/rust-clippy/labels/T-middle
0 commit comments