From 83585704147351fca6f24078950c04850e140e20 Mon Sep 17 00:00:00 2001 From: Lionel Sambuc Date: Mon, 23 Mar 2020 09:52:07 +0100 Subject: [PATCH] Transform documentation warnings into errors --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index ff18ca5..77b1551 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,5 +1,5 @@ #![forbid(unsafe_code)] -#![warn(missing_docs)] +#![deny(missing_docs)] //! # Iron Sea - Index Hash Map //!