gtk-rs / gtk3-rs

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

Generate missing doc aliases for consts #685

Closed GuillaumeGomez closed 2 years ago

GuillaumeGomez commented 2 years ago

Based on gtk-rs/checker#35 and https://github.com/gtk-rs/checker/pull/36.

sdroege commented 2 years ago

@GuillaumeGomez You also need to appease clippy :)

GuillaumeGomez commented 2 years ago

I'll do it in another PR. :)