Skip to content

Issues: rust-lang/rust-clippy

[Roadmap] False Positive Rate
#6623 by flip1995 was closed Sep 20, 2024
Closed 12
Most commonly ignored lints on crates.io
#7666 by dtolnay was closed Oct 9, 2022
Closed 23
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Assignee
Filter by who’s assigned
Sort

Issues list

indexing does not trigger missing_panics_doc C-bug Category: Clippy is not doing the correct thing I-false-negative Issue: The lint should have been triggered on code, but wasn't
#13229 opened Aug 7, 2024 by antonilol
Separate check-private-items configuration for different lints C-enhancement Category: Enhancement of lints, like adding more cases or adding help messages
#13074 opened Jul 8, 2024 by mladedav
cargo clippy does not lint tests, code in bin/ but cargo clippy --fix does C-bug Category: Clippy is not doing the correct thing
#12811 by Kriskras99 was closed May 18, 2024
missing_panics_doc with check-private-items should not trigger on tests C-bug Category: Clippy is not doing the correct thing I-false-positive Issue: The lint was triggered on code it shouldn't have
#12265 opened Feb 10, 2024 by jwodder
[missing_panics_doc]: trigger on <NonZeroTy>::new(known_to_be_non_zero).unwrap() C-bug Category: Clippy is not doing the correct thing I-false-positive Issue: The lint was triggered on code it shouldn't have
#11684 opened Oct 19, 2023 by KisaragiEffective
Disagreement with missing_panics_doc changes regarding expect C-enhancement Category: Enhancement of lints, like adding more cases or adding help messages
#11436 opened Aug 30, 2023 by ecton
[missing_panics_doc] doesn't trigger on expect C-bug Category: Clippy is not doing the correct thing I-false-negative Issue: The lint should have been triggered on code, but wasn't
#10240 by wookietreiber was closed Jun 16, 2023
missing_panics_doc firing for unreachable situation C-bug Category: Clippy is not doing the correct thing I-false-positive Issue: The lint was triggered on code it shouldn't have
#9564 by Mythra was closed Oct 1, 2022
Most commonly ignored lints on crates.io A-category Area: Categorization of lints C-tracking-issue Category: Tracking Issue S-needs-discussion Status: Needs further discussion before merging or work can be started
#7666 by dtolnay was closed Oct 9, 2022
FN: missing_panics_doc doesn't check assert_eq!/assert_ne! C-bug Category: Clippy is not doing the correct thing good-first-issue These issues are a good way to get started with Clippy I-false-negative Issue: The lint should have been triggered on code, but wasn't
#6997 by Y-Nak was closed Apr 5, 2021
missing_panics_doc is issued for debug_assert! C-bug Category: Clippy is not doing the correct thing I-false-positive Issue: The lint was triggered on code it shouldn't have
#6970 by Licenser was closed Mar 29, 2021
No way to silence a new lint across both toolchains C-bug Category: Clippy is not doing the correct thing
#6860 by RReverser was closed Mar 15, 2021
missing_panics_doc triggers on debug_assert C-bug Category: Clippy is not doing the correct thing I-false-positive Issue: The lint was triggered on code it shouldn't have
#6739 by lopopolo was closed Feb 13, 2021
ProTip! Mix and match filters to narrow down what you’re looking for.