File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 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/
4242label can be used to find the easy issues. If you want to work on an issue, please leave a comment
4343so that we can assign it to you!
4444
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+
4552Issues marked [ ` T-AST ` ] ( https://github.com/rust-lang/rust-clippy/labels/T-AST ) involve simple
4653matching of the syntax tree structure, and are generally easier than
4754[ ` 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