mirror of
https://github.com/servo/servo.git
synced 2025-08-13 09:25:32 +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
|
@ -3,7 +3,7 @@
|
|||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
|
||||
use std::cell::Cell;
|
||||
use util::cache::LRUCache;
|
||||
use style::cache::LRUCache;
|
||||
|
||||
#[test]
|
||||
fn test_lru_cache() {
|
|
@ -18,6 +18,7 @@ extern crate url;
|
|||
extern crate util;
|
||||
|
||||
mod attr;
|
||||
mod cache;
|
||||
mod logical_geometry;
|
||||
mod media_queries;
|
||||
mod properties;
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
|
||||
extern crate util;
|
||||
|
||||
mod cache;
|
||||
mod opts;
|
||||
mod prefs;
|
||||
mod thread;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue