-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Unable to Category: Clippy is not doing the correct thing
expect
the missing_panics_doc
and missing_errors_doc
lints on main function
C-bug
#14491
opened Mar 28, 2025 by
CardboardTurkey
missing_example_doc to require examples for public items
A-lint
Area: New lints
#14485
opened Mar 27, 2025 by
bionicles
Clippy crashing on latest nightly
C-bug
Category: Clippy is not doing the correct thing
I-ICE
Issue: Clippy panicked, giving an Internal Compilation Error (ICE) ❄️
#14297
by amircodota
was closed Feb 26, 2025
unfulfilled_lint_expectations in combination with proc macro Category: Clippy is not doing the correct thing
I-false-positive
Issue: The lint was triggered on code it shouldn't have
[wasm_bingen]
C-bug
#14008
opened Jan 16, 2025 by
threema-theo
missing_errors_doc
dont work when attribute #[profiling::function]
is set
#13484
opened Oct 1, 2024 by
gwen-lg
missing_errors_doc
warns on test functions when check-private-items = true
C-bug
#13391
by GrantGryczan
was closed Oct 27, 2024
Add a flag to exit with a non-zero status code on warnings
#12300
by SamirTalwar
was closed Feb 16, 2024
missing_errors_doc
and missing_panics_doc
for private functions
A-lint
#11742
by Kriskras99
was closed Nov 21, 2023
Clippy tells me to put Category: Clippy is not doing the correct thing
# Error
section on doc comments for #[doc(hidden)]
function
C-bug
#11501
by Robbepop
was closed Sep 15, 2023
Clippy treats Category: Clippy is not doing the correct thing
I-false-positive
Issue: The lint was triggered on code it shouldn't have
/**…*/
doc comments differently from ///…
doc comments
C-bug
#10277
by jbr
was closed Sep 12, 2023
Lints (result_unit_err and missing_errors_doc) not emitted for function in "impl for" block
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
#9118
by SylvainDe
was closed Jul 5, 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
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
Spurious Area: Clippy interface, usage and configuration
C-bug
Category: Clippy is not doing the correct thing
I-false-positive
Issue: The lint was triggered on code it shouldn't have
map_err_ignore
warning when running cargo clippy
with that warning allowed
A-ui
#6460
opened Dec 16, 2020 by
ghost
Add a Area: New lints
missing_error_doc
to clippy::style
A-lint
#6063
by lebensterben
was closed Sep 18, 2020
Rust API Guideline: Function docs include error conditions in "Errors" section
A-lint
Area: New lints
good-first-issue
These issues are a good way to get started with Clippy
L-guidelines
Lint: Related to the Rust API Guidelines
T-middle
Type: Probably requires verifiying types
#1790
opened May 27, 2017 by
mcarton
ProTip!
Type g i on any issue or pull request to go back to the issue listing page.