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/dom/bindings/cell.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/dom/bindings/cell.rs')
-rw-r--r-- | components/script/dom/bindings/cell.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/components/script/dom/bindings/cell.rs b/components/script/dom/bindings/cell.rs index 9df1e448cc6..e064bf25bea 100644 --- a/components/script/dom/bindings/cell.rs +++ b/components/script/dom/bindings/cell.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)] - //! A shareable mutable container for the DOM. use dom::bindings::trace::JSTraceable; |