Usually I put `#![deny(missing_docs)]` in all my crate's lib.rs, and I'd like to encourage other people to do this. It occurs to me that maybe I shouldn't put this in every crate's source code, and just put it in CI instead