mirror of
https://github.com/servo/servo.git
synced 2025-09-09 22:48:21 +01:00
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:
parent
80c6383140
commit
71fb02953c
5 changed files with 53 additions and 15 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue