mirror of
https://github.com/servo/servo.git
synced 2025-08-02 12:10:29 +01:00
Move util::cache to style.
This commit is contained in:
parent
fa05a309f3
commit
8dd711d3db
11 changed files with 6 additions and 9 deletions
|
@ -20,7 +20,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 rand;
|
||||
extern crate rustc_serialize;
|
||||
#[cfg(feature = "servo")] extern crate serde;
|
||||
extern crate url;
|
||||
|
@ -30,7 +29,6 @@ extern crate xdg;
|
|||
use std::sync::Arc;
|
||||
|
||||
pub mod basedir;
|
||||
pub mod cache;
|
||||
pub mod geometry;
|
||||
#[cfg(feature = "servo")] #[allow(unsafe_code)] pub mod ipc;
|
||||
#[allow(unsafe_code)] pub mod opts;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue