From 32903ba6d58381ab68a94922c53f4c286a90cc94 Mon Sep 17 00:00:00 2001 From: Ms2ger Date: Thu, 7 Jan 2016 10:09:05 +0100 Subject: [PATCH] Pin clippy to a working revision. --- components/plugins/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/plugins/Cargo.toml b/components/plugins/Cargo.toml index b4900f101d9..92cd14974de 100644 --- a/components/plugins/Cargo.toml +++ b/components/plugins/Cargo.toml @@ -13,7 +13,7 @@ git = "https://github.com/Manishearth/rust-tenacious" [dependencies.clippy] git = "https://github.com/Manishearth/rust-clippy" -branch = "servo" +rev = "9dca15de3e8ea266d3e7e868c0f358ed4fa5f195" optional = true [dependencies]