gtk-rs / gtk3-rs

Rust bindings for GTK 3
https://gtk-rs.org
MIT License
508 stars 90 forks source link

Fix new clippy lints #643

Closed GuillaumeGomez closed 3 years ago

GuillaumeGomez commented 3 years ago

Updated!

GuillaumeGomez commented 3 years ago

Hum, it's failing on stable because we can't allow the lint...

sdroege commented 3 years ago

Hum, it's failing on stable because we can't allow the lint...

Well, we'll have to run with -A unknown-lints or put #![allow(unknown_lints)] into the crates.

bilelmoussaoui commented 3 years ago

or put #![allow(unknown_lints)] into the crates.

This doesn't actually work on the examples :/

GuillaumeGomez commented 3 years ago

Seems like CI is happy. :)