Auto merge of #9183 - Ms2ger:pin-clippy, r=Manishearth

Pin clippy to a working revision.

<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/9183)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2016-01-09 00:55:39 +05:30
commit 23f9da7b12

View file

@ -13,7 +13,7 @@ git = "https://github.com/Manishearth/rust-tenacious"
[dependencies.clippy] [dependencies.clippy]
git = "https://github.com/Manishearth/rust-clippy" git = "https://github.com/Manishearth/rust-clippy"
branch = "servo" rev = "9dca15de3e8ea266d3e7e868c0f358ed4fa5f195"
optional = true optional = true
[dependencies] [dependencies]