From: Andre Bogus Date: Sun, 29 May 2016 09:57:56 +0000 (+0200) Subject: ran update_lints.py X-Git-Url: https://git.lizzy.rs/?a=commitdiff_plain;h=8fbbabb221bddff82c5240d91ab6e2dd813f1e6c;p=rust.git ran update_lints.py I forgot that in the previous commit. Shame on me. --- diff --git a/Cargo.toml b/Cargo.toml index 3d8dbf7c1d7..672b9d7ef94 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ toml = "0.1" unicode-normalization = "0.1" quine-mc_cluskey = "0.2.2" # begin automatic update -clippy_lints = { version = "0.0.69", path = "clippy_lints" } +clippy_lints = { version = "0.0.70", path = "clippy_lints" } # end automatic update [dev-dependencies]