diff options
author | Anthony Ramine <n.oxyde@gmail.com> | 2016-07-04 15:47:06 +0200 |
---|---|---|
committer | Anthony Ramine <n.oxyde@gmail.com> | 2016-07-04 15:47:06 +0200 |
commit | 51ff916e09ff844eb2a1aa1fe2df9ef4b45af649 (patch) | |
tree | d0fa7a7db899d1d086afc410dace876fdd74475f /components/util/lib.rs | |
parent | 110fd6861007544b4f5b15d49da4f297c200bd7c (diff) | |
download | servo-51ff916e09ff844eb2a1aa1fe2df9ef4b45af649.tar.gz servo-51ff916e09ff844eb2a1aa1fe2df9ef4b45af649.zip |
Move util::print_tree to gfx_traits
Diffstat (limited to 'components/util/lib.rs')
-rw-r--r-- | components/util/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/components/util/lib.rs b/components/util/lib.rs index 84c86a982ed..46c194ca91a 100644 --- a/components/util/lib.rs +++ b/components/util/lib.rs @@ -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; |