summaryrefslogtreecommitdiffstats
path: root/store/src
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2018-06-20 13:20:48 +0200
committerJustus Winter <justus@sequoia-pgp.org>2018-06-20 13:20:48 +0200
commitf335a6e081181a6ea38b65537b0aab36548fd42b (patch)
tree7acf9e67bef51b4ec0291459b015cba0c275fc15 /store/src
parent80f159b44a47e5987b0693194a7237122a10b802 (diff)
Warn about public functions without documentation, add missing docs.
Diffstat (limited to 'store/src')
-rw-r--r--store/src/lib.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/store/src/lib.rs b/store/src/lib.rs
index ac73961e..fcc2c403 100644
--- a/store/src/lib.rs
+++ b/store/src/lib.rs
@@ -48,6 +48,8 @@
//! # }
//! ```
+#![warn(missing_docs)]
+
extern crate capnp;
#[macro_use]
extern crate capnp_rpc;