alekratz/enum-methods

Insert doc comments for generated functions

Opened this issue · 1 comments

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.

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.