Move util::str to style

This commit is contained in:
Anthony Ramine 2016-07-05 10:34:43 +02:00
parent 744b94346a
commit 8ecb5962f3
25 changed files with 23 additions and 28 deletions

View file

@ -21,7 +21,6 @@ extern crate getopts;
#[allow(unused_extern_crates)] #[macro_use] extern crate lazy_static;
#[macro_use] extern crate log;
extern crate num_cpus;
extern crate num_traits;
extern crate rand;
extern crate rustc_serialize;
#[cfg(feature = "servo")] extern crate serde;
@ -39,7 +38,6 @@ pub mod geometry;
#[cfg(feature = "servo")] pub mod panicking;
pub mod prefs;
pub mod resource_files;
pub mod str;
pub mod thread;
pub mod thread_state;