Move util::time::duration_from_seconds to profile::time

This commit is contained in:
Anthony Ramine 2016-06-29 17:44:17 +02:00
parent f8f00fac5b
commit 5a576e873e
4 changed files with 16 additions and 24 deletions

View file

@ -48,7 +48,6 @@ pub mod str;
pub mod thread;
pub mod thread_state;
pub mod tid;
#[cfg(feature = "servo")] pub mod time;
pub mod vec;
#[allow(unsafe_code)] pub mod workqueue;