Insert doc comments for generated functions
Opened this issue · 1 comments
TheDan64 commented
It's currently impossible to apply #[deny(missing_docs)] to a module which uses EnumAsGetters/EnumIntoGetters/EnumIsA and friends because the generated functions do not have any doc comment. It'd be great to do so, even if it's not very unqiue or simply mentions that it is autogenerated.
alekratz commented
Hey, that's a good idea. If you want to do this, go for it. Otherwise I'll try to get to it this weekend.