-
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
unused-io-amount
should not be emitted for single-byte write
C-bug
#14583
by mmastrac
was closed Apr 10, 2025
unused_io_amount false positive if the result is implicitly return in a if/else.
C-bug
Category: Clippy is not doing the correct thing
I-false-positive
Issue: The lint was triggered on code it shouldn't have
#12519
by mgautierfr
was closed Mar 29, 2024
ICE: Category: Clippy is not doing the correct thing
I-ICE
Issue: Clippy panicked, giving an Internal Compilation Error (ICE) ❄️
None
in unused_io_amount
C-bug
#12366
by matthiaskrgr
was closed Mar 24, 2024
unused_io_amount
false positive if the result is matched by Ok(<literal>)
or unreachable!()
cases
C-bug
#12208
by oxalica
was closed Feb 2, 2024
unused_io_amount
does not fire on match file.write() { Ok(_) }
C-bug
#11713
by jyn514
was closed Jan 21, 2024
unused_io_amount
doesn't fire for is_ok()
and is_err()
C-bug
#10132
by ChayimFriedman2
was closed Jan 31, 2023
unused_io_amount
doesn't fire when UFCS is used
C-bug
#9226
opened Jul 22, 2022 by
Kixunil
false negative on tests
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
#8861
by 91khr
was closed May 23, 2022
unused_io_amount
fails to fire on offending code
C-bug
#8554
opened Mar 16, 2022 by
bugadani
Most commonly ignored lints on crates.io
A-category
Area: Categorization of lints
C-tracking-issue
Category: Tracking Issue
S-needs-discussion
Status: Needs further discussion before merging or work can be started
#7666
by dtolnay
was closed Oct 9, 2022
.read().ok()
does not trigger unused_io_amount
warning
C-bug
#7096
by VictorKoenders
was closed Apr 22, 2021
Clippy errors and says to use Category: Clippy is not doing the correct thing
L-suggestion
Lint: Improving, adding or fixing lint suggestions
Read::read_exact
inside implementations of Read::read_exact
that don't directly use the output of Read::read
C-bug
#4836
by slightlyoutofphase
was closed Oct 27, 2024
ProTip!
Adding no:label will show everything without a label.