From 5582a48b4e49f74ab3b5e6024cae9c7da31e635f Mon Sep 17 00:00:00 2001 From: Emmanuel Gil Peyrot Date: Thu, 20 Sep 2018 21:09:05 +0200 Subject: [PATCH] message: Everything is already documented, remove the allow(missing_docs). --- src/message.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/message.rs b/src/message.rs index dab55a28a12c4ee5ec7cec0a12d9116ad8f9da37..7506a3fa513b612b3afdddbf8b010dd48078fa02 100644 --- a/src/message.rs +++ b/src/message.rs @@ -4,8 +4,6 @@ // 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/. -#![allow(missing_docs)] - use try_from::TryFrom; use std::collections::BTreeMap;