Move util::print_tree to gfx_traits

This commit is contained in:
Anthony Ramine 2016-07-04 15:47:06 +02:00
parent 110fd68610
commit 51ff916e09
15 changed files with 13 additions and 13 deletions

View file

@ -42,7 +42,6 @@ pub mod geometry;
#[allow(unsafe_code)] pub mod opts;
#[cfg(feature = "servo")] pub mod panicking;
pub mod prefs;
#[cfg(feature = "servo")] pub mod print_tree;
pub mod resource_files;
pub mod str;
pub mod thread;