Warn for missing docs

This commit is contained in:
Sebastian Schmidt 2019-03-19 20:12:42 +02:00
parent 827c7440be
commit 4a32062089

View File

@ -204,6 +204,8 @@
//! See [LICENSE](LICENSE) for details.
//!
#![warn(missing_docs)]
mod configuration;
pub mod error;
mod function;