aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/protocols/gamma_control.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/protocols/gamma_control.rs b/src/protocols/gamma_control.rs
index 4530bb41..d0c99572 100644
--- a/src/protocols/gamma_control.rs
+++ b/src/protocols/gamma_control.rs
@@ -177,7 +177,6 @@ where
}
// Verify that there's no more data.
- #[allow(clippy::unused_io_amount)] // False positive on 1.77.0
{
match file.read(&mut [0]) {
Ok(0) => (),