From ca2ce8e5b8a443cd2636ca2e3986831802e36236 Mon Sep 17 00:00:00 2001 From: Ms2ger Date: Sat, 20 Dec 2014 16:12:13 +0100 Subject: [PATCH] Require documentation for ByteString. --- components/script/dom/bindings/str.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/components/script/dom/bindings/str.rs b/components/script/dom/bindings/str.rs index 0882b3538e2..19cf7bc2084 100644 --- a/components/script/dom/bindings/str.rs +++ b/components/script/dom/bindings/str.rs @@ -2,6 +2,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)] + //! The `ByteString` struct. use std::hash::{Hash, sip};