-
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
suggest Category: Clippy is not doing the correct thing
I-false-negative
Issue: The lint should have been triggered on code, but wasn't
== Some(
for is_some_and
if possible
C-bug
#14713
opened Apr 30, 2025 by
m4rch3n1ng
self_named_module_files
implementation is broken
C-bug
#14697
opened Apr 27, 2025 by
TimNN
unnecessary_cast
false negative with rust-src
installed
C-bug
#14625
opened Apr 16, 2025 by
Catamantaloedis
non_canonical_partial_ord_impl
will not lint reversed ordering
C-bug
#14574
opened Apr 9, 2025 by
samueltardieu
unnecessary_safety_comment
does not lint for "orphan" comments
C-bug
#14556
opened Apr 5, 2025 by
ojeda
unnecessary_safety_comment
does not lint for a doc(hidden)
item
C-bug
#14555
opened Apr 5, 2025 by
ojeda
unnecessary_safety_comment
does not lint the first item of a module without a body
C-bug
#14554
opened Apr 5, 2025 by
ojeda
unnecessary_safety_comment
does not lint for the first line
C-bug
#14553
opened Apr 5, 2025 by
ojeda
manual_is_variant_and
should also trigger for some_option.map(|x| x.is_foo) == Some(true)
C-bug
#14542
opened Apr 4, 2025 by
sdroege
absurd extreme comparisons not working for std::time::Duration
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
#14524
opened Apr 2, 2025 by
Xaeroxe
cast_lossless
not triggered by char as u32
C-bug
#14469
opened Mar 25, 2025 by
y86-dev
Match Allows Multiple Identical as i32 Statements Without Warning
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
#14427
opened Mar 17, 2025 by
oysteinmyrmo
missing_safety_doc
lint doesn't trigger on unsafe extern "C" fn
C-bug
#14359
opened Mar 6, 2025 by
hdoordt
False negatives for missing_docs_in_private_items since 1.79.
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
#14301
opened Feb 26, 2025 by
nmathewson
manual_memcpy
does not trigger when a loop uses an iterator
C-bug
#14009
opened Jan 16, 2025 by
lapla-cogito
missing_docs_in_private_items
: false negative when used with clap derive
C-bug
#13996
opened Jan 13, 2025 by
stevenengler
SCREAMING_SNAKE_CASE
and UPPERCASE
names don't get flagged by module_name_repetitions
C-bug
#13968
opened Jan 9, 2025 by
omansfeld
manual_memcpy
lints against slices but not pointer arythmetics
C-bug
#13859
opened Dec 20, 2024 by
sosthene-nitrokey
arithmetic_side_effects doesn't fire in non-const function located inside of const definition
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
#13845
opened Dec 17, 2024 by
u59149403
eq_op should be allowed to optionally support function calls
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
#13827
opened Dec 14, 2024 by
klensy
extra_unused_lifetimes
does not warn on spurious for<'a>
I-false-negative
#13812
opened Dec 11, 2024 by
jrose-signal
unnecessary_unwrap
does not consider non-nested control flow
C-bug
#13805
opened Dec 10, 2024 by
kpreid
manual_str_repeat
should trigger for repeat_n
with msrv 1.82
C-bug
#13784
opened Dec 5, 2024 by
dylwil3
deref_addrof
conflicts with the suggestion of the rustc static_mut_refs
lint
C-bug
#13783
opened Dec 4, 2024 by
de-vri-es
too_many_lines not triggered on functions 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
#13753
opened Nov 29, 2024 by
letkemann
Previous Next
ProTip!
Type g p on any issue or pull request to go back to the pull request listing page.