mirror of
https://github.com/servo/servo.git
synced 2025-07-16 11:53:39 +01:00
Move malloc_size_of_derive to proper position
This commit is contained in:
parent
ec9d0f21a6
commit
cffdb37e81
1 changed files with 1 additions and 1 deletions
|
@ -5,9 +5,9 @@
|
||||||
extern crate app_units;
|
extern crate app_units;
|
||||||
extern crate euclid;
|
extern crate euclid;
|
||||||
extern crate malloc_size_of;
|
extern crate malloc_size_of;
|
||||||
extern crate style_traits;
|
|
||||||
#[macro_use]
|
#[macro_use]
|
||||||
extern crate malloc_size_of_derive;
|
extern crate malloc_size_of_derive;
|
||||||
|
extern crate style_traits;
|
||||||
extern crate webrender_api;
|
extern crate webrender_api;
|
||||||
|
|
||||||
use app_units::{Au, MAX_AU, MIN_AU};
|
use app_units::{Au, MAX_AU, MIN_AU};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue