File tree 1 file changed +7
-0
lines changed
1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -42,6 +42,13 @@ Some issues are easier than others. The [`good first issue`](https://github.com/
42
42
label can be used to find the easy issues. If you want to work on an issue, please leave a comment
43
43
so that we can assign it to you!
44
44
45
+ There are also some abandoned PRs, marked with
46
+ [ ` S-inactive-closed ` ] ( https://github.com/rust-lang/rust-clippy/pulls?q=is%3Aclosed+label%3AS-inactive-closed ) .
47
+ Pretty often these PRs are nearly completed and just need some extra steps
48
+ (formatting, addressing review comments, ...) to be merged. If you want to
49
+ complete such a PR, please leave a comment in the PR and open a new one based
50
+ on it.
51
+
45
52
Issues marked [ ` T-AST ` ] ( https://github.com/rust-lang/rust-clippy/labels/T-AST ) involve simple
46
53
matching of the syntax tree structure, and are generally easier than
47
54
[ ` T-middle ` ] ( https://github.com/rust-lang/rust-clippy/labels/T-middle ) issues, which involve types
You can’t perform that action at this time.
0 commit comments