Make the dom module private.

This commit is contained in:
Ms2ger 2016-06-08 14:49:08 +02:00
parent 1bc0862214
commit 4fca766bbd
3 changed files with 9 additions and 4 deletions

View file

@ -105,7 +105,7 @@ pub mod clipboard_provider;
mod devtools;
pub mod document_loader;
#[macro_use]
pub mod dom;
mod dom;
pub mod fetch;
pub mod layout_wrapper;
mod mem;