summaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2019-12-28 17:49:07 +0200
committerLars Wirzenius <liw@liw.fi>2019-12-28 17:49:07 +0200
commit98ce95a7c9d62aa5ed49476251c8267e3239e992 (patch)
tree458d3e36e5897d5ce395aaa661b098a7231814c3 /src/lib.rs
parent0ccc3dd7c6c0d545df9eb6bf11d55a073f0e7361 (diff)
downloadsubplot-98ce95a7c9d62aa5ed49476251c8267e3239e992.tar.gz
Add: missing documentation comments
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib.rs b/src/lib.rs
index af7052a..b396363 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -4,7 +4,7 @@
//! and how they are verified, in a way that's understood by all project
//! stakeholders.
-#![allow(missing_docs)]
+#![deny(missing_docs)]
mod error;
pub use error::Error;
pub use error::Result;