diff options
author | bors-servo <metajack+bors@gmail.com> | 2015-01-28 01:48:52 -0700 |
---|---|---|
committer | bors-servo <metajack+bors@gmail.com> | 2015-01-28 01:48:52 -0700 |
commit | 1a2a08aa501dd0da8bcdf362b55acb31093f5c9c (patch) | |
tree | 46be47bee1de40ff664a8c3469c1b47350d0391d /components/script/lib.rs | |
parent | e122d76fa914375e13e7f3983bfe9d0f660b4d04 (diff) | |
parent | 238f3e2d9189238145151be84b3e3496fabf6853 (diff) | |
download | servo-1a2a08aa501dd0da8bcdf362b55acb31093f5c9c.tar.gz servo-1a2a08aa501dd0da8bcdf362b55acb31093f5c9c.zip |
auto merge of #4717 : Ms2ger/servo/doc-proxy, r=saneyuki
Diffstat (limited to 'components/script/lib.rs')
-rw-r--r-- | components/script/lib.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/components/script/lib.rs b/components/script/lib.rs index f24bd11a82e..aab99ec9106 100644 --- a/components/script/lib.rs +++ b/components/script/lib.rs @@ -56,6 +56,7 @@ pub mod dom { /// The code to expose the DOM to JavaScript through IDL bindings. #[allow(unsafe_blocks)] + #[deny(missing_docs)] pub mod bindings { pub mod cell; pub mod global; @@ -71,6 +72,7 @@ pub mod dom { pub mod trace; /// Generated JS-Rust bindings. + #[allow(missing_docs)] pub mod codegen { #[allow(unrooted_must_root)] pub mod Bindings; |