aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/bindings/utils.rs
diff options
context:
space:
mode:
authorMs2ger <ms2ger@gmail.com>2015-01-25 22:01:04 +0100
committerMs2ger <ms2ger@gmail.com>2015-01-25 22:01:04 +0100
commit238f3e2d9189238145151be84b3e3496fabf6853 (patch)
tree0ad8daa867b4bac56b1bf5dc4c5536d2209d9373 /components/script/dom/bindings/utils.rs
parent1cf7441c614fa989313ec5b6b20d6a2b6cd009a6 (diff)
downloadservo-238f3e2d9189238145151be84b3e3496fabf6853.tar.gz
servo-238f3e2d9189238145151be84b3e3496fabf6853.zip
Require documentation for all code in dom::bindings (excluding dom::bindings::codegen).
Diffstat (limited to 'components/script/dom/bindings/utils.rs')
-rw-r--r--components/script/dom/bindings/utils.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/components/script/dom/bindings/utils.rs b/components/script/dom/bindings/utils.rs
index 13d662ae5f7..6edd5d9219c 100644
--- a/components/script/dom/bindings/utils.rs
+++ b/components/script/dom/bindings/utils.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)]
-
//! Various utilities to glue JavaScript and the DOM implementation together.
use dom::bindings::codegen::PrototypeList;