Skip to content

No labels!

There aren’t any labels for this repository quite yet.

A-category
A-category
Area: Categorization of lints
A-documentation
A-documentation
Area: Adding or improving documentation
A-infra
A-infra
Area: CI issues and issues that require full access for GitHub/CI
A-lint
A-lint
Area: New lints
A-ui
A-ui
Area: Clippy interface, usage and configuration
A-website
A-website
Area: Improving the clippy website
beta-accepted
beta-accepted
Accepted for backporting to the compiler in the beta channel.
beta-nominated
beta-nominated
Nominated for backporting to the compiler in the beta channel.
C-an-interesting-project
C-an-interesting-project
Category: Interesting projects, that usually are more involved design/code wise.
C-bug
C-bug
Category: Clippy is not doing the correct thing
C-enhancement
C-enhancement
Category: Enhancement of lints, like adding more cases or adding help messages
C-question
C-question
Category: Questions
C-tracking-issue
C-tracking-issue
Category: Tracking Issue
E-hard
E-hard
Call for participation: This a hard problem and requires more experience or effort to work on
E-help-wanted
E-help-wanted
Call for participation: Help is requested to fix this issue.
E-medium
E-medium
Call for participation: Medium difficulty level problem and requires some initial experience.
E-needs-mcve
E-needs-mcve
Call for participation: This issue needs a Minimal Complete and Verifiable Example
E-needs-test
E-needs-test
Call for participation: writing tests
good-first-issue
good-first-issue
These issues are a good way to get started with Clippy
hacktoberfest-accepted
hacktoberfest-accepted
For PRs that were accepted for hacktoberfest (and will be merged soon)
hacktoberfest-invalid
hacktoberfest-invalid
For contributions (like one line typo fixes) that should not count towards Hacktoberfest
hacktoberfest-spam
hacktoberfest-spam
For contributions that violate Hacktoberfest rules. Careful: This might ban people!
has-merge-commits
has-merge-commits
PR has merge commits, merge with caution.
I-false-negative
I-false-negative
Issue: The lint should have been triggered on code, but wasn't
I-false-positive
I-false-positive
Issue: The lint was triggered on code it shouldn't have
I-ICE
I-ICE
Issue: Clippy panicked, giving an Internal Compilation Error (ICE) ❄️
I-nominated
I-nominated
Issue: Nominated to be discussed at the next Clippy meeting
I-suggestion-causes-bug
I-suggestion-causes-bug
Issue: The suggestion compiles but changes the code to behave in an unintended way
I-suggestion-causes-error
I-suggestion-causes-error
Issue: The suggestions provided by this Lint cause an ICE/error when applied
I-sync-blocker
I-sync-blocker
Issue: Prevents a change to be synced to rust-lang/rust