aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/bindings/error.rs
diff options
context:
space:
mode:
authorbors-servo <metajack+bors@gmail.com>2015-01-28 01:48:52 -0700
committerbors-servo <metajack+bors@gmail.com>2015-01-28 01:48:52 -0700
commit1a2a08aa501dd0da8bcdf362b55acb31093f5c9c (patch)
tree46be47bee1de40ff664a8c3469c1b47350d0391d /components/script/dom/bindings/error.rs
parente122d76fa914375e13e7f3983bfe9d0f660b4d04 (diff)
parent238f3e2d9189238145151be84b3e3496fabf6853 (diff)
downloadservo-1a2a08aa501dd0da8bcdf362b55acb31093f5c9c.tar.gz
servo-1a2a08aa501dd0da8bcdf362b55acb31093f5c9c.zip
auto merge of #4717 : Ms2ger/servo/doc-proxy, r=saneyuki
Diffstat (limited to 'components/script/dom/bindings/error.rs')
-rw-r--r--components/script/dom/bindings/error.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/components/script/dom/bindings/error.rs b/components/script/dom/bindings/error.rs
index e6e62473a76..bed13bcc32d 100644
--- a/components/script/dom/bindings/error.rs
+++ b/components/script/dom/bindings/error.rs
@@ -4,8 +4,6 @@
//! Utilities to throw exceptions from Rust bindings.
-#![deny(missing_docs)]
-
use dom::bindings::conversions::ToJSValConvertible;
use dom::bindings::global::GlobalRef;
use dom::domexception::DOMException;