From cea6966fd241d8c41f59b70c2f6d6c14a9ca6f67 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emilio=20Cobos=20=C3=81lvarez?= Date: Thu, 15 Aug 2019 15:40:35 +0200 Subject: [PATCH] style: Fix Servo build. --- components/style/Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/components/style/Cargo.toml b/components/style/Cargo.toml index da2ed780eec..9c39a957796 100644 --- a/components/style/Cargo.toml +++ b/components/style/Cargo.toml @@ -66,7 +66,6 @@ servo_atoms = {path = "../atoms", optional = true} servo_config = {path = "../config", optional = true} smallbitvec = "2.3.0" smallvec = "0.6.6" -static_prefs = { path = "../../../modules/libpref/init/static_prefs" } string_cache = { version = "0.7", optional = true } style_derive = {path = "../style_derive"} style_traits = {path = "../style_traits"}