From f335a6e081181a6ea38b65537b0aab36548fd42b Mon Sep 17 00:00:00 2001 From: Justus Winter Date: Wed, 20 Jun 2018 13:20:48 +0200 Subject: Warn about public functions without documentation, add missing docs. --- store/src/lib.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'store/src') 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; -- cgit v1.2.3