enumn icon indicating copy to clipboard operation
enumn copied to clipboard

Missing documentation for `N::n`

Open Laura7089 opened this issue 2 years ago • 2 comments

There is no documentation available in the generated n function. Coupled with the default pub visibility of the function, my #!warn(missing_docs)] lint is going crazy!

Laura7089 avatar Mar 06 '23 10:03 Laura7089

Looking at the expanded macro, it looks like it's not passing through the #[allow(missing_docs)] that's on the actual type to the generated impl block, even though other derive std macros are doing so.

BGluth avatar May 07 '24 21:05 BGluth

I'm running into the same issue, is there any work to fix it?

qwandor avatar Jul 29 '24 13:07 qwandor