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:
Nika Layzell 2017-10-17 13:59:48 -04:00
parent d9ede4dc05
commit 2d3331fbd4
7 changed files with 200 additions and 24 deletions

View file

@ -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;