Remove util::debug_utils

This commit is contained in:
Anthony Ramine 2016-07-04 16:41:53 +02:00
parent e77efb93c1
commit b6ca1b9b3b
2 changed files with 0 additions and 34 deletions

View file

@ -35,7 +35,6 @@ use std::sync::Arc;
pub mod basedir;
pub mod cache;
#[allow(unsafe_code)] pub mod debug_utils;
pub mod geometry;
#[cfg(feature = "servo")] #[allow(unsafe_code)] pub mod ipc;
#[allow(unsafe_code)] pub mod opts;