compile error when missing docs

This commit is contained in:
Edgar 2020-06-10 16:35:13 +02:00
parent 162dcf84be
commit c7adfcda68
No known key found for this signature in database
GPG key ID: 8731E6C0166EAA85

View file

@ -10,7 +10,7 @@
//!
//! Currently in early development.
#![warn(missing_docs)]
#![deny(missing_docs)]
#[cfg(test)]
mod tests;