-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
needless_borrow + explicit_auto_deref suggested fix fails to compile
C-bug
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
#14866
opened May 22, 2025 by
kevinmehall
Suggest Area: New lints
A && B
for if A { B } else { false }
A-lint
#14865
opened May 21, 2025 by
scottmcm
lint suggestion: unused_macro_fragment
A-lint
Area: New lints
#14863
opened May 21, 2025 by
lolbinarycat
cloned_ref_to_slice_refs
suggestion may cause error
C-bug
#14856
opened May 20, 2025 by
pv42
Suboptimal chaining of string-manipulation functions
A-lint
Area: New lints
#14849
opened May 19, 2025 by
matthiasbeyer
lint idea: Area: New lints
good first issue
These issues are a good way to get started with Clippy
useless_default_generic_parameters
A-lint
#14848
opened May 19, 2025 by
y86-dev
Suggestion for Category: Enhancement of lints, like adding more cases or adding help messages
good first issue
These issues are a good way to get started with Clippy
useless_conversion
with .into_iter()
could be better
C-enhancement
#14847
opened May 19, 2025 by
samueltardieu
Lint idea: Area: New lints
missing_panic_message
A-lint
#14843
opened May 19, 2025 by
FirelightFlagboy
Intermittent CI failures
A-infra
Area: CI issues and issues that require full access for GitHub/CI
C-bug
Category: Clippy is not doing the correct thing
#14841
opened May 18, 2025 by
samueltardieu
allow-invalid
configuration option for disallowed_*
is missing from the documentation
A-documentation
#14836
opened May 18, 2025 by
samueltardieu
--fix
generates type mismatch error for clippy::manual_find
C-bug
#14826
opened May 17, 2025 by
dxrcy
Deny imports from (configurable) modules
A-lint
Area: New lints
#14807
opened May 15, 2025 by
matthiasbeyer
bind_instead_of_map
should suggest removing Result::and_then
call when possible
C-bug
#14801
opened May 14, 2025 by
tgeoghegan
collapsible_else_if disregard platform code in else branch
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-bug
Issue: The suggestion compiles but changes the code to behave in an unintended way
#14799
opened May 14, 2025 by
pronebird
ICE: Category: Clippy is not doing the correct thing
I-ICE
Issue: Clippy panicked, giving an Internal Compilation Error (ICE) ❄️
explicit deref of non-derefable type
C-bug
#14778
opened May 10, 2025 by
matthiaskrgr
Which version of librustc_driver clippy uses?
C-question
Category: Questions
#14764
opened May 8, 2025 by
manswami23
Add support for Category: Enhancement of lints, like adding more cases or adding help messages
cfg
field for disallowed_*
lints
C-enhancement
#14760
opened May 8, 2025 by
nik-rev
flappy clippy results when building from source
C-question
Category: Questions
#14755
opened May 8, 2025 by
manswami23
dangerous_implicit_autorefs
lint suggestion triggers clippy::needless_borrow
#14743
opened May 7, 2025 by
wyfo
Lint for unintentionally using default trait implementations
A-lint
Area: New lints
#14728
opened May 3, 2025 by
GnomedDev
Previous Next
ProTip!
Mix and match filters to narrow down what you’re looking for.