Skip to content

Commit 38ec920

Browse files
giraffateflip1995
andauthored
Update CONTRIBUTING.md to describe E-medium in detail
Co-authored-by: Philipp Krones <[email protected]>
1 parent 8bd1e23 commit 38ec920

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,9 @@ Usually the lint will end up to be a nested series of matches and ifs, [like so]
6464
But we can make it nest-less by using [if_chain] macro, [like this][nest-less].
6565

6666
[`E-medium`] issues are generally pretty easy too, though it's recommended you work on an [`good first issue`]
67-
first. They are mostly classified as [`E-medium`], since they might be somewhat involved code wise,
68-
but not difficult per-se.
67+
first. Sometimes they are only somewhat involved code wise, but not difficult per-se.
68+
Note that [`E-medium`] issues may require some knowledge of Clippy internals or some
69+
debugging to find the actual problem behind the issue.
6970

7071
[`T-middle`] issues can be more involved and require verifying types. The [`ty`] module contains a
7172
lot of methods that are useful, though one of the most useful would be `expr_ty` (gives the type of

0 commit comments

Comments
 (0)