Skip to content

Labels

Labels

  • A-category

    Area: Categorization of lints
  • A-documentation

    Area: Adding or improving documentation
  • A-infra

    Area: CI issues and issues that require full access for GitHub/CI
  • A-lint

    Area: New lints
  • A-ui

    Area: Clippy interface, usage and configuration
  • A-website

    Area: Improving the clippy website
  • beta-accepted

    Accepted for backporting to the compiler in the beta channel.
  • beta-nominated

    Nominated for backporting to the compiler in the beta channel.
  • C-an-interesting-project

    Category: Interesting projects, that usually are more involved design/code wise.
  • C-bug

    Category: Clippy is not doing the correct thing
  • C-enhancement

    Category: Enhancement of lints, like adding more cases or adding help messages
  • C-feature-request

    Category: Feature request
  • C-question

    Category: Questions
  • C-tracking-issue

    Category: Tracking Issue
  • D-confusing

    Diagnostics: Confusing error or lint that should be reworked.
  • dependencies

    Pull requests that update a dependency file
  • E-hard

    Call for participation: This a hard problem and requires more experience or effort to work on
  • E-help-wanted

    Call for participation: Help is requested to fix this issue.
  • E-medium

    Call for participation: Medium difficulty level problem and requires some initial experience.
  • E-needs-mcve

    Call for participation: This issue needs a Minimal Complete and Verifiable Example
  • E-needs-test

    Call for participation: writing tests
  • G-performance-project

    Goal: For issues and PRs related to the Clippy Performance Project
  • G-Rust-for-Linux

    Issues related to Rust-for-Linux wants and bugfixes
  • good first issue

    These issues are a good way to get started with Clippy
  • has-merge-commits

    PR has merge commits, merge with caution.
  • I-false-negative

    Issue: The lint should have been triggered on code, but wasn't
  • I-false-positive

    Issue: The lint was triggered on code it shouldn't have
  • I-ICE

    Issue: Clippy panicked, giving an Internal Compilation Error (ICE) ❄️
  • I-nominated

    Issue: Nominated to be discussed at the next Clippy meeting
  • I-suggestion-causes-bug

    Issue: The suggestion compiles but changes the code to behave in an unintended way