mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Move nsstring from gecko into servo/support/gecko/nsstring
This is the servo side of bug 1403213. MozReview-Commit-ID: HFdQiuMnGhJ
This commit is contained in:
parent
d9ede4dc05
commit
2d3331fbd4
7 changed files with 200 additions and 24 deletions
|
@ -64,7 +64,7 @@ extern crate lru_cache;
|
|||
#[macro_use]
|
||||
extern crate matches;
|
||||
#[cfg(feature = "gecko")]
|
||||
pub extern crate nsstring_vendor as nsstring;
|
||||
pub extern crate nsstring;
|
||||
#[cfg(feature = "gecko")] extern crate num_cpus;
|
||||
extern crate num_integer;
|
||||
extern crate num_traits;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue