gtk-rs / gtk-rs-core

Rust bindings for GNOME libraries
https://gtk-rs.org/gtk-rs-core
MIT License
272 stars 105 forks source link

Fix nightly clippy warnings #1348

Closed bilelmoussaoui closed 3 months ago

bilelmoussaoui commented 3 months ago

While you're at it, you could also remove the "unused import: std::os::raw::c_int" on Windows :)

Looks good to me otherwise

Done that along with another fix that shows on the CI.