From d55fa8e5ddc3fb228f37676ea7e0ce8afb2452a4 Mon Sep 17 00:00:00 2001 From: Emmanuel Gil Peyrot Date: Sat, 29 Jul 2017 06:26:50 +0100 Subject: [PATCH] =?UTF-8?q?chatstates:=20Prevent=20compilation=20if=20the?= =?UTF-8?q?=20module=20isn=E2=80=99t=20properly=20documented.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/chatstates.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/chatstates.rs b/src/chatstates.rs index 4093edbd..2cb657f6 100644 --- a/src/chatstates.rs +++ b/src/chatstates.rs @@ -4,6 +4,8 @@ // License, v. 2.0. If a copy of the MPL was not distributed with this // file, You can obtain one at http://mozilla.org/MPL/2.0/. +#![deny(missing_docs)] + use try_from::TryFrom; use minidom::Element;