rustdoc seems to not be able to handle re-exported classes: the loop in `reexport_pass::find_reexport_impl_docs` was dying with a non-exhaustive match when it saw a def_id for a class. I "fixed" it by adding a no-op place, but it should really generate docs for classes.