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
Following up on @Acaccia's comment in my PR, I agree we should enforce the docstrings. It's probably a good idea to require them on private functions too. It looks like rustc supports #![warn(missing_docs)] to warn on public items missing docs. I also see these options in clippy that seem like a good idea to enable:
Following up on @Acaccia's comment in my PR, I agree we should enforce the docstrings. It's probably a good idea to require them on private functions too. It looks like rustc supports
#![warn(missing_docs)]
to warn on public items missing docs. I also see these options in clippy that seem like a good idea to enable:Once this is enabled, we should also utilize GitHub docs to generate and publish the docs with each push to main.
The text was updated successfully, but these errors were encountered: