-
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
#[expect(...)] attribute not working for clippy::assertion_on_constant
C-bug
Category: Clippy is not doing the correct thing
#13729
opened Nov 25, 2024 by
ethanmsl
Don't emit ptr_arg warning about unused function arguments
C-enhancement
Category: Enhancement of lints, like adding more cases or adding help messages
I-false-positive
Issue: The lint was triggered on code it shouldn't have
#13728
opened Nov 25, 2024 by
orlp
Inconsistent handling of to_string() removal suggestion between field and method access
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
#13726
opened Nov 25, 2024 by
ecpost
mut_mutex_lock
in closures doesn't consider Fn
bound
C-bug
#13720
opened Nov 23, 2024 by
Jasonshengxi
New lint that suggests the use of mixed type operations like wrapping_sub_unsigned
A-lint
Area: New lints
#13715
opened Nov 21, 2024 by
leonardo-m
Formalize a Clippy benchmarking tool + Server
performance-project
For issues and PRs related to the Clippy Performance Project
#13714
opened Nov 20, 2024 by
blyxyas
Configure clippy lints further with the
[lints]
table.
C-feature-request
S-triage
#13712
opened Nov 20, 2024 by
jalil-salame
List item in doc comment starting with escaped Category: Clippy is not doing the correct thing
I-false-negative
Issue: The lint should have been triggered on code, but wasn't
I-false-positive
Issue: The lint was triggered on code it shouldn't have
[
makes clippy calculate indent wrong
C-bug
#13705
opened Nov 19, 2024 by
maia-s
clippy::indexing_slicing
does not report slicing on &str
A-documentation
#13703
opened Nov 18, 2024 by
link2xt
Suggest to replace Area: New lints
int_as_float.log{|2|10}().floor() as u32
with int.ilog{|2|10}()
A-lint
#13699
opened Nov 17, 2024 by
sorairolake
clippy --fix deleting informational comments
C-bug
Category: Clippy is not doing the correct thing
#13692
opened Nov 15, 2024 by
swanandx
Detect use of unnecessary Area: New lints
dyn
in function parameter
A-lint
#13685
opened Nov 14, 2024 by
tabokie
failed to automatically apply fixes suggested by rustc to crate Category: Clippy is not doing the correct thing
DEL2
C-bug
#13683
opened Nov 14, 2024 by
magnetophon
Lint against patterns like Area: New lints
<Result<_,_> as anyhow::Context>::context(r, &format!("...", ...))
in favor of .with_context(|| ...)
A-lint
#13678
opened Nov 12, 2024 by
anp
redundant_pub_crate conflicts with pub use mod::*
C-bug
Category: Clippy is not doing the correct thing
I-false-positive
Issue: The lint was triggered on code it shouldn't have
#13676
opened Nov 11, 2024 by
erenon
A lint for diverging expressions in else-case to encourage early retuns (and similar)
A-lint
Area: New lints
#13674
opened Nov 10, 2024 by
porky11
Option::as_mut
followed by Option::take
is a foot-gun
A-lint
#13671
opened Nov 9, 2024 by
thomaseizinger
new_without_default could include blanket impls
A-lint
Area: New lints
#13668
opened Nov 9, 2024 by
CGamesPlay
Suggest Area: New lints
cast_const()
for *mut
to *const
coercions (similar to ptr_cast_constness
)
A-lint
#13667
opened Nov 8, 2024 by
ojeda
Detect Area: New lints
:emoji:
in documentation and suggest using Unicode emoji directly
A-lint
#13666
opened Nov 8, 2024 by
joshtriplett
Make unreadable_literal useful even when we use numbers with two decimals
A-lint
Area: New lints
#13663
opened Nov 7, 2024 by
frederikhors
Previous Next
ProTip!
Find all open issues with in progress development work with linked:pr.