Remove usage of phf_macros.

It’s a compiler plugin that uses unstable compiler APIs
that are not on a path to stabilization.

With this changes, there is one less thing that might break
when we update the compiler. For example:
https://github.com/sfackler/rust-phf/pull/101
This commit is contained in:
Simon Sapin 2017-01-18 17:25:59 +01:00
parent 80c6383140
commit 71fb02953c
5 changed files with 53 additions and 15 deletions

View file

@ -41,7 +41,6 @@ browserhtml = {git = "https://github.com/browserhtml/browserhtml", branch = "cra
glutin_app = {path = "../../ports/glutin"}
log = "0.3"
libservo = {path = "../../components/servo"}
phf_macros = "0.7.19"
[target.'cfg(not(target_os = "android"))'.dependencies]
sig = "0.1"