From ba3d2e36c874a8be5425ee4f403406bd6f0fe86d Mon Sep 17 00:00:00 2001 From: bbb651 Date: Fri, 13 Dec 2024 15:35:10 +0200 Subject: Bump MSRV to `1.80` It should be old enough for most distros, and allows upgrading to `zbus 5.x` --- src/protocols/gamma_control.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'src/protocols') 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) => (), -- cgit