-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Issues: rust-lang/rust-clippy
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
Label
Projects
Milestones
Assignee
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 Category: Enhancement of lints, like adding more cases or adding help messages
check-private-items
configuration for different lints
C-enhancement
#13074
opened Jul 8, 2024 by
mladedav
cargo clippy
does not lint tests, code in bin/ but cargo clippy --fix
does
C-bug
#12811
by Kriskras99
was closed May 18, 2024
missing_panics_doc
shouldn't be triggered in constant environments
#12760
by c410-f3r
was closed May 15, 2024
Add a flag to exit with a non-zero status code on warnings
#12300
by SamirTalwar
was closed Feb 16, 2024
missing_panics_doc
with check-private-items
should not trigger on tests
C-bug
#12265
opened Feb 10, 2024 by
jwodder
[Book]: Add new section for collections of lints, that focus on the same problem
A-documentation
Area: Adding or improving documentation
#11808
opened Nov 14, 2023 by
tigerros
missing_errors_doc
and missing_panics_doc
for private functions
A-lint
#11742
by Kriskras99
was closed Nov 21, 2023
[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 Category: Enhancement of lints, like adding more cases or adding help messages
expect
C-enhancement
#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: 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
missing_panics_doc
doesn't check assert_eq!
/assert_ne!
C-bug
#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 Category: Clippy is not doing the correct thing
I-false-positive
Issue: The lint was triggered on code it shouldn't have
debug_assert
C-bug
#6739
by lopopolo
was closed Feb 13, 2021
ProTip!
Mix and match filters to narrow down what you’re looking for.