-
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
Simplify if-let-Some-else-None using question mark operator
C-enhancement
Category: Enhancement of lints, like adding more cases or adding help messages
#13626
opened Oct 29, 2024 by
qsantos
False positive: Category: Clippy is not doing the correct thing
I-false-positive
Issue: The lint was triggered on code it shouldn't have
cow
and into_owned
C-bug
#13624
opened Oct 29, 2024 by
Hofer-Julian
clippy::never_loop: never loop is usefull when has break 'out
#13622
opened Oct 29, 2024 by
i18nsite
Prefer Area: New lints
Display
over Debug
formatting
A-lint
#13621
opened Oct 28, 2024 by
BenjaminBrienen
Suboptimal suggestion from implied_bounds_in_impls when adding bounds to associated type
C-bug
Category: Clippy is not doing the correct thing
#13617
opened Oct 28, 2024 by
progval
Rust 2024 match ergonomics and Area: Categorization of lints
C-enhancement
Category: Enhancement of lints, like adding more cases or adding help messages
D-confusing
I-nominated
Issue: Nominated to be discussed at the next Clippy meeting
S-needs-discussion
Status: Needs further discussion before merging or work can be started
needless_borrowed_reference
A-category
#13616
opened Oct 28, 2024 by
traviscross
clippy issue with #[wasm_bindgen]
C-bug
Category: Clippy is not doing the correct thing
#13606
opened Oct 26, 2024 by
WenqingZong
Unneeded Area: New lints
rust
as language in rustdoc
's documentation examples
A-lint
#13604
opened Oct 25, 2024 by
ojeda
Overindented lines lint (similar to Area: New lints
doc_lazy_continuation
)
A-lint
#13601
opened Oct 24, 2024 by
ojeda
New Area: New lints
inline_test_mod
lint to encouage independent test.rs
files for rebuild performance
A-lint
#13589
opened Oct 23, 2024 by
epage
Prefer Area: New lints
vec.truncate(x)
over vec.drain(x..)
A-lint
#13580
opened Oct 22, 2024 by
Kither12
extra_unused_lifetimes
false positive regression from 1.82 to 1.83
C-bug
#13578
opened Oct 21, 2024 by
davidhewitt
needless_return doesn't trigger properly with tracing::instrument
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
#13577
opened Oct 21, 2024 by
joshuachp
Suggest to replace Area: New lints
if xxx { Some(yyy) } else {None}
with (xxx).then(|| yyy)
A-lint
#13575
opened Oct 21, 2024 by
mat813
Overzealous clippy::needless_match with multiple chained if let blocks
C-bug
Category: Clippy is not doing the correct thing
I-false-positive
Issue: The lint was triggered on code it shouldn't have
#13574
opened Oct 21, 2024 by
scd31
Autofix Issue: The suggestions provided by this Lint cause an ICE/error when applied
explicit_counter_loop
(MaybeIncorrect) produces invalid rust code.
I-suggestion-causes-error
#13572
opened Oct 20, 2024 by
iago-lito
unsafe extern
support (undocumented_unsafe_blocks
?)
A-lint
#13560
opened Oct 18, 2024 by
ojeda
Consider publishing Issue: Nominated to be discussed at the next Clippy meeting
clippy_utils
as a crates.io crate for others to reuse
I-nominated
#13556
opened Oct 16, 2024 by
alice-i-cecile
Fixes for Category: Clippy is not doing the correct thing
I-suggestion-causes-error
Issue: The suggestions provided by this Lint cause an ICE/error when applied
from_over_into
and clone_on_copy
conflict and lead to compiler error
C-bug
#13549
opened Oct 14, 2024 by
saites
Eternal lint on a recursive tree
C-bug
Category: Clippy is not doing the correct thing
#13544
opened Oct 13, 2024 by
ejjonny
too_long_first_document should have a MaybeIncorrect suggestion for splitting out the first sentence of docs
A-clippy
L-suggestion
Lint: Improving, adding or fixing lint suggestions
#13538
opened Oct 11, 2024 by
Manishearth
Previous Next
ProTip!
Find all open issues with in progress development work with linked:pr.