I just enabled `#![deny(missing_docs)]` and I get: > error: missing documentation for crate The [section of the book on documentation](https://doc.rust-lang.org/book/documentation.html), however, does not mention anything about "crate documentation" or how to add it.
I just enabled
#![deny(missing_docs)]and I get:The section of the book on documentation, however, does not mention anything about "crate documentation" or how to add it.