mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Require documentation for all code in dom::bindings (excluding dom::bindings::codegen).
This commit is contained in:
parent
1cf7441c61
commit
238f3e2d91
12 changed files with 2 additions and 22 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue