-
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
Package offers easily confusable features
A-lint
Area: New lints
#13969
opened Jan 9, 2025 by
obi1kenobi
SCREAMING_SNAKE_CASE
and UPPERCASE
names don't get flagged by module_name_repetitions
C-bug
#13968
opened Jan 9, 2025 by
mansf-osk
Suggest to remove unneeded trailing comma
A-lint
Area: New lints
#13965
opened Jan 9, 2025 by
nyurik
Suggested map_or_else when value partialy moved
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
#13964
opened Jan 8, 2025 by
t-webber
Lint to warn on use of Area: New lints
#[deny(lint)]
in code
A-lint
#13963
opened Jan 8, 2025 by
epage
Clippy wrong detects E0597
C-bug
Category: Clippy is not doing the correct thing
I-false-positive
Issue: The lint was triggered on code it shouldn't have
#13962
opened Jan 8, 2025 by
devmaxde
std_wildcard_imports
to lint against use std::mod::*
A-lint
#13961
opened Jan 7, 2025 by
tgross35
write_literal breaks raw strings
C-bug
Category: Clippy is not doing the correct thing
#13959
opened Jan 7, 2025 by
ChrisJefferson
manual_div_ceil
does not check constants
C-bug
#13950
opened Jan 6, 2025 by
Nugine
False positive Category: Clippy is not doing the correct thing
I-false-positive
Issue: The lint was triggered on code it shouldn't have
missing_const_for_fn
if there are #[start]
and #[test]
both are present
C-bug
#13946
opened Jan 5, 2025 by
alex-semenyuk
Prematurely lint against const numbers that would trigger Area: New lints
overflowing_literals
on platforms with smaller usize
/isize
s
A-lint
#13943
opened Jan 4, 2025 by
paolobarbolini
Add lint for Apple Area: New lints
cfg
s that might want to be more general
A-lint
#13939
opened Jan 4, 2025 by
madsmtm
Compile error after applying Category: Clippy is not doing the correct thing
I-false-positive
Issue: The lint was triggered on code it shouldn't have
clippy::map_entry
C-bug
#13934
opened Jan 3, 2025 by
hwright
literal_string_with_formatting_args is trigger by Actix Web's wildcard route definitions
C-bug
Category: Clippy is not doing the correct thing
I-false-positive
Issue: The lint was triggered on code it shouldn't have
#13928
opened Jan 2, 2025 by
Thomasdezeeuw
significant_drop_in_scrutinee
fires when matching on async function result
C-bug
#13927
opened Jan 2, 2025 by
jakubdabek
Compile error after applying 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
clippy::identity_op
C-bug
#13924
opened Jan 1, 2025 by
dhedey
False positive from clippy::needless_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
#13923
opened Jan 1, 2025 by
LilyFoote
absolute_paths
can trigger on code produced by a macro
C-bug
#13920
opened Jan 1, 2025 by
ilyvion
Following the advice of Category: Clippy is not doing the correct thing
I-false-positive
Issue: The lint was triggered on code it shouldn't have
doc_include_without_cfg
causes missing_docs
to trigger instead
C-bug
#13918
opened Jan 1, 2025 by
ilyvion
Suggest Area: New lints
Arc::unwrap_or_clone()
when appropriate
A-lint
#13917
opened Dec 31, 2024 by
cdisselkoen
ref-as-ptr causes compiler error
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
#13910
opened Dec 30, 2024 by
matthiaskrgr
Previous Next
ProTip!
Mix and match filters to narrow down what you’re looking for.