Replace uses of libcore with libstd in components/script

This commit is contained in:
Simon Sapin 2017-10-14 13:08:39 +02:00
parent 99b052d3a6
commit a819cfb0fa
8 changed files with 9 additions and 14 deletions

View file

@ -30,7 +30,6 @@ extern crate byteorder;
extern crate canvas_traits;
extern crate caseless;
extern crate cookie as cookie_rs;
extern crate core;
#[macro_use] extern crate cssparser;
#[macro_use] extern crate deny_public_fields;
extern crate devtools_traits;