message: Everything is already documented, remove the allow(missing_docs).

Emmanuel Gil Peyrot created

Change summary

src/message.rs | 2 --
1 file changed, 2 deletions(-)

Detailed changes

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;