From b07ebbae6b92bc510a6ddbf24676498f86bf5a8a Mon Sep 17 00:00:00 2001 From: Michael Partheil Date: Tue, 18 Jul 2017 18:48:57 +0200 Subject: Replace all uses of the style::stylearc alias with servo_arc. The alias is left there temporarilly and will be removed completely in a later commit where also components/style/gecko/generated/structs_{debug|release}.rs are re-generated (they still use the old alias). --- components/script/lib.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'components/script/lib.rs') diff --git a/components/script/lib.rs b/components/script/lib.rs index 1966ea6df93..d5d4aef293b 100644 --- a/components/script/lib.rs +++ b/components/script/lib.rs @@ -83,6 +83,7 @@ extern crate script_layout_interface; extern crate script_traits; extern crate selectors; extern crate serde; +extern crate servo_arc; #[macro_use] extern crate servo_atoms; extern crate servo_config; extern crate servo_geometry; -- cgit v1.2.3