Fix ./mach clippy.

Fixes https://github.com/servo/servo/issues/13117.
This commit is contained in:
Corey Farwell 2016-11-08 09:28:30 -05:00
parent 085c52dfbc
commit 04df787299
4 changed files with 53 additions and 2 deletions

View file

@ -11,7 +11,7 @@ path = "lib.rs"
plugin = true
[dependencies.clippy_lints]
version = "0.0.77"
version = "0.0.98"
optional = true
[features]