From 238f3e2d9189238145151be84b3e3496fabf6853 Mon Sep 17 00:00:00 2001 From: Ms2ger Date: Sun, 25 Jan 2015 22:01:04 +0100 Subject: Require documentation for all code in dom::bindings (excluding dom::bindings::codegen). --- components/script/dom/bindings/callback.rs | 2 -- 1 file changed, 2 deletions(-) (limited to 'components/script/dom/bindings/callback.rs') diff --git a/components/script/dom/bindings/callback.rs b/components/script/dom/bindings/callback.rs index 6b8fcc09e34..b3a6e70aa2d 100644 --- a/components/script/dom/bindings/callback.rs +++ b/components/script/dom/bindings/callback.rs @@ -2,8 +2,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/. */ -#![deny(missing_docs)] - //! Base classes to work with IDL callbacks. use dom::bindings::global::global_object_for_js_object; -- cgit v1.2.3