gtk-rs / gir

Tool to generate rust bindings and user API for glib-based libraries
https://gtk-rs.org/gir/book/
MIT License
230 stars 102 forks source link

Generate less clippy warnings code #1441

Closed bilelmoussaoui closed 1 year ago

bilelmoussaoui commented 1 year ago

Allows to drop the following from gtk4/auto

#[allow(clippy::let_and_return)]
#[allow(clippy::clone_on_copy)]