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

@ -54,6 +54,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;
@ -69,6 +70,7 @@ pub mod dom {
pub mod trace;
/// Generated JS-Rust bindings.
#[allow(missing_docs)]
pub mod codegen {
#[allow(unrooted_must_root)]
pub mod Bindings;