gtk-rs / gir

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

Codegen clippy fixes #1566

Closed bilelmoussaoui closed 1 month ago

bilelmoussaoui commented 1 month ago

I'm not a fan of the clone_into() but if it still builds everything...

Not a fan either, just applied cargo clippy --fix here, could silence the lint if that is your preference

bilelmoussaoui commented 1 month ago

I'm not a fan of the clone_into() but if it still builds everything...

Reverted and silenced the warnings instead