Add #![warn(missing_docs)] crate-level rule #22
Labels
build system
Make continuous integration do the tedious things
code quality
Make the code cleaner or prettier.
documentation
Improvements or additions to documentation
good first issue
Good for newcomers
Docs matter, and this is a great way to verify that we've cleaned up the docs, and don't add new code without docs.
CI is required to pass for code to be merged, and warnings will block CI without being quite as annoying as deny or forbid for local development.
The text was updated successfully, but these errors were encountered: