Skip to content

Regenerate and disallow unused_imports lint warning

Regenerate with https://github.com/gtk-rs/gir/pull/1043 and https://github.com/gtk-rs/gir/pull/1044.

These PRs remove unnecessary imports or guard them with #[cfg] versioning constraints, and remove unnecessary mut_override calls in boxed copy functions, respectively.

Merge request reports