Disallow unused_imports in `auto` module again
This was temporarily allowed by Value trait refactoring, but the root
cause of the unused imports has been found (glib::ToValue
for property
getters) and fixed in https://github.com/gtk-rs/gir/pull/1117.