diff options
Diffstat (limited to 'ports/cef/lib.rs')
-rw-r--r-- | ports/cef/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/cef/lib.rs b/ports/cef/lib.rs index b4d09379055..e270267b905 100644 --- a/ports/cef/lib.rs +++ b/ports/cef/lib.rs @@ -22,11 +22,11 @@ extern crate euclid; extern crate gfx_traits; extern crate gleam; extern crate glutin_app; +extern crate rustc_unicode; extern crate script_traits; extern crate servo_config; extern crate servo_geometry; extern crate servo_url; -extern crate std_unicode; extern crate style_traits; extern crate net_traits; |