Require documentation for all code in dom::bindings (excluding dom::bindings::codegen).

This commit is contained in:
Ms2ger 2015-01-25 22:01:04 +01:00
parent 1cf7441c61
commit 238f3e2d91
12 changed files with 2 additions and 22 deletions

View file

@ -44,8 +44,6 @@
//! - `TemporaryPushable`: allows mutating vectors of `JS<T>` with new elements of `JSRef`/`Temporary`
//! - `RootedReference`: makes obtaining an `Option<JSRef<T>>` from an `Option<Root<T>>` easy
#![deny(missing_docs)]
use dom::bindings::trace::JSTraceable;
use dom::bindings::utils::{Reflector, Reflectable};
use dom::node::Node;