rust/clippy_lints
bors d227f18c2e Auto merge of #10225 - evantypanski:et/issue10132, r=flip1995
[`unused_io_amount`]: Lint with `is_ok` and `is_err`

Fixes #10132

changelog: Apply [`unused_io_amount`] lint to `is_ok` and `is_err` without checking read/write amount
2023-01-31 08:20:21 +00:00
..
src Auto merge of #10225 - evantypanski:et/issue10132, r=flip1995 2023-01-31 08:20:21 +00:00
Cargo.toml Bump Clippy version -> 0.1.69 2023-01-27 20:27:00 +01:00
README.md

This crate contains Clippy lints. For the main crate, check GitHub.