diff options
Diffstat (limited to 'components/layout/lib.rs')
-rw-r--r-- | components/layout/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/layout/lib.rs b/components/layout/lib.rs index 844689f0534..876d8f7c425 100644 --- a/components/layout/lib.rs +++ b/components/layout/lib.rs @@ -32,7 +32,7 @@ extern crate bitflags; extern crate "plugins" as servo_plugins; extern crate net_traits; #[macro_use] -extern crate profile; +extern crate profile_traits; #[macro_use] extern crate util; |