diff options
| author | bbb651 <bar.ye651@gmail.com> | 2024-12-13 15:35:10 +0200 |
|---|---|---|
| committer | Ivan Molodetskikh <yalterz@gmail.com> | 2024-12-22 15:19:46 +0300 |
| commit | ba3d2e36c874a8be5425ee4f403406bd6f0fe86d (patch) | |
| tree | 19dd74c5968a879d67e4bde2153ccc13933430df /src | |
| parent | b51047ffccff4aad12f84b6b1c3a20a782153d2f (diff) | |
| download | niri-ba3d2e36c874a8be5425ee4f403406bd6f0fe86d.tar.gz niri-ba3d2e36c874a8be5425ee4f403406bd6f0fe86d.tar.bz2 niri-ba3d2e36c874a8be5425ee4f403406bd6f0fe86d.zip | |
Bump MSRV to `1.80`
It should be old enough for most distros, and allows upgrading to `zbus 5.x`
Diffstat (limited to 'src')
| -rw-r--r-- | src/protocols/gamma_control.rs | 1 |
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) => (), |
