-
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
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
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
manual_is_ascii_check
suggests incorrect type
C-bug
#13913
opened Dec 31, 2024 by
Otto-AA
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
FP map_identity: fix requires mutability
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
#13904
opened Dec 29, 2024 by
matthiaskrgr
FP redundant-clone impl trait
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
#13900
opened Dec 29, 2024 by
matthiaskrgr
clippy --fix barfs trying to convert 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
Into
to From
C-bug
#13897
opened Dec 29, 2024 by
nirbheek
redundant_closure
makes incorrect suggestion
C-bug
#13895
opened Dec 29, 2024 by
lapla-cogito
impl AsyncFn
used as argument for function that takes impl Fn
passed as closure triggers clippy::redundant_closure
C-bug
#13892
opened Dec 28, 2024 by
sigurd4
literal_string_with_formatting_args false positive on test
C-bug
Category: Clippy is not doing the correct thing
I-false-positive
Issue: The lint was triggered on code it shouldn't have
#13885
opened Dec 27, 2024 by
tamird
manual_assert triggers for Category: Clippy is not doing the correct thing
I-false-positive
Issue: The lint was triggered on code it shouldn't have
cfg!
C-bug
#13883
opened Dec 27, 2024 by
dev-ardi
multiple_unsafe_ops_per_block
false positive when future is awaited inside unsafe block
C-bug
#13879
opened Dec 26, 2024 by
MolotovCherry
unecessary cast false positive
C-bug
Category: Clippy is not doing the correct thing
I-false-positive
Issue: The lint was triggered on code it shouldn't have
#13878
opened Dec 26, 2024 by
arifd
mutate_range_bound
on immediately continued outer loop
C-bug
#13870
opened Dec 23, 2024 by
Hoetty
manual_memcpy
lints against slices but not pointer arythmetics
C-bug
#13859
opened Dec 20, 2024 by
sosthene-nitrokey
struct_field_names
triggers when the field name *is* the struct name
C-bug
#13857
opened Dec 20, 2024 by
marienz
excessive_precision should not lint when it's so excessive as to be clearly intentional
C-bug
Category: Clippy is not doing the correct thing
I-false-positive
Issue: The lint was triggered on code it shouldn't have
#13855
opened Dec 20, 2024 by
scottmcm
cargo clippy --fix
for clippy::manual_retain results in broken code
C-bug
#13852
opened Dec 18, 2024 by
mschrempf
Previous Next
ProTip!
no:milestone will show everything without a milestone.