@@ -49,7 +49,7 @@ first read the [Basics docs](doc/basics.md).**
4949All issues on Clippy are mentored, if you want help with a bug just ask
5050@Manishearth , @flip1995 , @phansch or @yaahc .
5151
52- Some issues are easier than others. The [ ` good first issue ` ] label can be used to find the easy issues.
52+ Some issues are easier than others. The [ ` good- first- issue ` ] label can be used to find the easy issues.
5353If you want to work on an issue, please leave a comment so that we can assign it to you!
5454
5555There are also some abandoned PRs, marked with [ ` S-inactive-closed ` ] .
@@ -68,7 +68,7 @@ To figure out how this syntax structure is encoded in the AST, it is recommended
6868Usually the lint will end up to be a nested series of matches and ifs, [ like so] [ deep-nesting ] .
6969But we can make it nest-less by using [ if_chain] macro, [ like this] [ nest-less ] .
7070
71- [ ` E-medium ` ] issues are generally pretty easy too, though it's recommended you work on an [ ` good first issue ` ]
71+ [ ` E-medium ` ] issues are generally pretty easy too, though it's recommended you work on an [ ` good- first- issue ` ]
7272first. Sometimes they are only somewhat involved code wise, but not difficult per-se.
7373Note that [ ` E-medium ` ] issues may require some knowledge of Clippy internals or some
7474debugging to find the actual problem behind the issue.
@@ -77,7 +77,7 @@ debugging to find the actual problem behind the issue.
7777lot of methods that are useful, though one of the most useful would be ` expr_ty ` (gives the type of
7878an AST expression). ` match_def_path() ` in Clippy's ` utils ` module can also be useful.
7979
80- [ `good first issue` ] : https://github.com/rust-lang/rust-clippy/labels/good%20first%20issue
80+ [ `good- first- issue` ] : https://github.com/rust-lang/rust-clippy/labels/good-first-issue
8181[ `S-inactive-closed` ] : https://github.com/rust-lang/rust-clippy/pulls?q=is%3Aclosed+label%3AS-inactive-closed
8282[ `T-AST` ] : https://github.com/rust-lang/rust-clippy/labels/T-AST
8383[ `T-middle` ] : https://github.com/rust-lang/rust-clippy/labels/T-middle
0 commit comments