Deny missing docs

This commit is contained in:
Sebastian Schmidt 2019-08-29 08:56:58 +03:00
parent e6c19077b6
commit 2ee1f8f62c

View File

@ -357,7 +357,7 @@
//! See [LICENSE](LICENSE) for details.
//!
#![warn(missing_docs)]
#![deny(missing_docs)]
#[cfg(feature = "regex_support")]
extern crate regex;