Update libinput version to 1.31#89
clippy
4 warnings
Details
Results
| Message level | Amount |
|---|---|
| Internal compiler error | 0 |
| Error | 0 |
| Warning | 4 |
| Note | 0 |
| Help | 0 |
Versions
- rustc 1.96.0-nightly (e0e95a718 2026-04-04)
- cargo 1.96.0-nightly (888f67534 2026-03-30)
- clippy 0.1.96 (e0e95a7187 2026-04-04)
Annotations
Check warning on line 73 in src/context.rs
github-actions / clippy
current MSRV (Minimum Supported Rust Version) is `1.63.0` but this item is stable since `1.64.0`
warning: current MSRV (Minimum Supported Rust Version) is `1.63.0` but this item is stable since `1.64.0`
--> src/context.rs:73:9
|
73 | fd: libc::c_int,
| ^^^^^^^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#incompatible_msrv
Check warning on line 48 in src/context.rs
github-actions / clippy
current MSRV (Minimum Supported Rust Version) is `1.63.0` but this item is stable since `1.64.0`
warning: current MSRV (Minimum Supported Rust Version) is `1.63.0` but this item is stable since `1.64.0`
--> src/context.rs:48:6
|
48 | ) -> libc::c_int {
| ^^^^^^^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#incompatible_msrv
Check warning on line 46 in src/context.rs
github-actions / clippy
current MSRV (Minimum Supported Rust Version) is `1.63.0` but this item is stable since `1.64.0`
warning: current MSRV (Minimum Supported Rust Version) is `1.63.0` but this item is stable since `1.64.0`
--> src/context.rs:46:12
|
46 | flags: libc::c_int,
| ^^^^^^^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#incompatible_msrv
Check warning on line 45 in src/context.rs
github-actions / clippy
current MSRV (Minimum Supported Rust Version) is `1.63.0` but this item is stable since `1.64.0`
warning: current MSRV (Minimum Supported Rust Version) is `1.63.0` but this item is stable since `1.64.0`
--> src/context.rs:45:18
|
45 | path: *const libc::c_char,
| ^^^^^^^^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#incompatible_msrv
= note: `#[warn(clippy::incompatible_msrv)]` on by default