Skip to content

Issues: rust-lang/rust-clippy

Most commonly ignored lints on crates.io
#7666 by dtolnay was closed Oct 9, 2022
Closed 23
Beta
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
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Assignee
Filter by who’s assigned
Assigned to nobody Loading
Sort

Issues list

unused-io-amount should not be emitted for single-byte write C-bug Category: Clippy is not doing the correct thing I-false-positive Issue: The lint was triggered on code it shouldn't have
#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: None in unused_io_amount C-bug Category: Clippy is not doing the correct thing I-ICE Issue: Clippy panicked, giving an Internal Compilation Error (ICE) ❄️
#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 Category: Clippy is not doing the correct thing I-false-positive Issue: The lint was triggered on code it shouldn't have P-high Priority: High
#12208 by oxalica was closed Feb 2, 2024
unused_io_amount does not fire on match file.write() { Ok(_) } 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
#11713 by jyn514 was closed Jan 21, 2024
unused_io_amount doesn't fire for is_ok() and is_err() 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
#10132 by ChayimFriedman2 was closed Jan 31, 2023
unused_io_amount doesn't fire when UFCS is used 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
#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 Category: Clippy is not doing the correct thing I-false-negative Issue: The lint should have been triggered on code, but wasn't
#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 Category: Clippy is not doing the correct thing I-false-negative Issue: The lint should have been triggered on code, but wasn't
#7096 by VictorKoenders was closed Apr 22, 2021
Clippy errors and says to use Read::read_exact inside implementations of Read::read_exact that don't directly use the output of Read::read C-bug Category: Clippy is not doing the correct thing L-suggestion Lint: Improving, adding or fixing lint suggestions
#4836 by slightlyoutofphase was closed Oct 27, 2024
ProTip! Adding no:label will show everything without a label.