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

@ -5,8 +5,6 @@
//! This module implements structured cloning, as defined by [HTML]
//! (https://html.spec.whatwg.org/multipage/#safe-passing-of-structured-data).
#![deny(missing_docs)]
use dom::bindings::error::Fallible;
use dom::bindings::error::Error::DataClone;
use dom::bindings::global::GlobalRef;