Remove servo feature from servo_url

This commit is contained in:
Xidorn Quan 2017-04-07 17:50:16 +10:00
parent e07cf0a8da
commit 817172ebc4
11 changed files with 25 additions and 37 deletions

View file

@ -36,7 +36,7 @@ style_traits = {path = "../style_traits"}
servo_config = {path = "../config"}
servo_rand = {path = "../rand"}
servo_remutex = {path = "../remutex"}
servo_url = {path = "../url", features = ["servo"]}
servo_url = {path = "../url"}
webvr_traits = {path = "../webvr_traits"}
webrender_traits = {git = "https://github.com/servo/webrender", features = ["ipc"]}