You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 30, 2024. It is now read-only.
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!
The text was updated successfully, but these errors were encountered:
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.
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!The text was updated successfully, but these errors were encountered: