]> git.lizzy.rs Git - rust.git/commitdiff
Bump to 0.0.73
authormcarton <cartonmartin+git@gmail.com>
Sun, 5 Jun 2016 19:43:22 +0000 (21:43 +0200)
committermcarton <cartonmartin+git@gmail.com>
Sun, 5 Jun 2016 19:47:05 +0000 (21:47 +0200)
CHANGELOG.md
Cargo.toml
clippy_lints/Cargo.toml

index ea59d62a5ff7fdf1b2229cf20c5fb440ec84df4f..166990b3d3b925a98bc78efdb325cb711196d0c3 100644 (file)
@@ -1,6 +1,9 @@
 # Change Log
 All notable changes to this project will be documented in this file.
 
+## 0.0.73 — 2016-06-05
+* Fix false positives in [`useless_let_if_seq`]
+
 ## 0.0.72 — 2016-06-04
 * Fix false positives in [`useless_let_if_seq`]
 
index 202cdb7b592561ea66433fe21fb75c40c2ee4f53..aadc4e8e0412e28e6732e4562c537b918be0c054 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "clippy"
-version = "0.0.72"
+version = "0.0.73"
 authors = [
        "Manish Goregaokar <manishsmail@gmail.com>",
        "Andre Bogus <bogusandre@gmail.com>",
@@ -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.72", path = "clippy_lints" }
+clippy_lints = { version = "0.0.73", path = "clippy_lints" }
 # end automatic update
 rustc-serialize = "0.3"
 
index 877b9037d378d1181426eb725848277161ad6637..d0398897bea6f553bdf7d7359663b2af2718f530 100644 (file)
@@ -1,7 +1,7 @@
 [package]
 name = "clippy_lints"
 # begin automatic update
-version = "0.0.72"
+version = "0.0.73"
 # end automatic update
 authors = [
        "Manish Goregaokar <manishsmail@gmail.com>",