From 4a32062089e90722987c87292a1b0bbf87c11811 Mon Sep 17 00:00:00 2001 From: Sebastian Schmidt Date: Tue, 19 Mar 2019 20:12:42 +0200 Subject: [PATCH] Warn for missing docs --- src/lib.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/lib.rs b/src/lib.rs index 34a7059..21e7710 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -204,6 +204,8 @@ //! See [LICENSE](LICENSE) for details. //! +#![warn(missing_docs)] + mod configuration; pub mod error; mod function;