Skip to content

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
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

clippy::useless_conversion suggested fix breaks code with lifetimes C-bug Category: Clippy is not doing the correct thing I-false-positive Issue: The lint was triggered on code it shouldn't have I-suggestion-causes-error Issue: The suggestions provided by this Lint cause an ICE/error when applied
#14322 opened Feb 28, 2025 by m-mueller678
cargo clippy --fix fails on a codebase that compiles (cargo build succeeds) C-bug Category: Clippy is not doing the correct thing
#14319 opened Feb 28, 2025 by 0x53A
Duplicate diagnostics when using --message-format json with --all-targets/--bins --tests C-bug Category: Clippy is not doing the correct thing
#14315 opened Feb 27, 2025 by Leandros
False negatives for missing_docs_in_private_items since 1.79. 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
#14301 opened Feb 26, 2025 by nmathewson
Lint against String::from_raw_parts A-lint Area: New lints
#14293 opened Feb 25, 2025 by robertbastian
missing-const-for-fn false positive when a derefMut is used C-bug Category: Clippy is not doing the correct thing
#14290 opened Feb 24, 2025 by GuiAmPm
suggest a.is_multiple_of(b) for a % b == 0 A-lint Area: New lints
#14289 opened Feb 24, 2025 by folkertdev
doc_overindented_list_items false positive expecting fewer spaces C-bug Category: Clippy is not doing the correct thing I-false-positive Issue: The lint was triggered on code it shouldn't have
#14275 opened Feb 22, 2025 by azriel91
CARGO_INCREMENTAL=0 prevents clippy::std_instead_of_* from warning on mixed std/core imports C-bug Category: Clippy is not doing the correct thing
#14273 opened Feb 21, 2025 by cwfitzgerald
Useless conversion error when using PyResult<PyObject> in pyo3 C-bug Category: Clippy is not doing the correct thing
#14272 opened Feb 21, 2025 by edlng
References within Rc/Arc may not be meaningful A-lint Area: New lints
#14260 opened Feb 20, 2025 by A4-Tacks
missing_asserts_for_indexing understands assert!(x.len()==2) but not assert_eq!(x.len(), 2) C-bug Category: Clippy is not doing the correct thing I-false-positive Issue: The lint was triggered on code it shouldn't have
#14255 opened Feb 19, 2025 by tv42
Refactor the clippy_lints/src/strings.rs file E-help-wanted Call for participation: Help is requested to fix this issue. good-first-issue These issues are a good way to get started with Clippy
#14253 opened Feb 19, 2025 by samueltardieu
unnecessary_to_owned in conjunction with reference counted slices and iterators C-bug Category: Clippy is not doing the correct thing I-false-positive Issue: The lint was triggered on code it shouldn't have
#14242 opened Feb 17, 2025 by SLUCHABLUB
.last() to .next_back() might extend the lifetime of the receiver C-bug Category: Clippy is not doing the correct thing I-false-positive Issue: The lint was triggered on code it shouldn't have I-suggestion-causes-error Issue: The suggestions provided by this Lint cause an ICE/error when applied
#14238 opened Feb 17, 2025 by samueltardieu
2
redundant_closure suggested fix fails to compile due to lifetime requirements C-bug Category: Clippy is not doing the correct thing I-false-positive Issue: The lint was triggered on code it shouldn't have I-suggestion-causes-error Issue: The suggestions provided by this Lint cause an ICE/error when applied
#14215 opened Feb 13, 2025 by ian-h-chamberlain
incompatible_msrv fails to detect std::iter::repeat_n 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
#14212 opened Feb 13, 2025 by akonradi-signal
ProTip! no:milestone will show everything without a milestone.