]> git.lizzy.rs Git - rust.git/commitdiff
Bump to 0.0.85
authormcarton <cartonmartin+git@gmail.com>
Fri, 19 Aug 2016 15:41:24 +0000 (17:41 +0200)
committermcarton <cartonmartin+git@gmail.com>
Fri, 19 Aug 2016 15:41:24 +0000 (17:41 +0200)
CHANGELOG.md
Cargo.toml
clippy_lints/Cargo.toml

index 818f1cedef15de8b5e389a57ddcf00b4a2be8578..45eb44a5b3d6dabfabb2d3fab8340d01fa5eb3c0 100644 (file)
@@ -1,6 +1,10 @@
 # Change Log
 All notable changes to this project will be documented in this file.
 
+## 0.0.85 — 2016-08-19
+* Fix ICE with [`useless_attribute`]
+* [`useless_attribute`] ignores [`unused_imports`] on `use` statements
+
 ## 0.0.84 — 2016-08-18
 * Rustup to *rustc 1.13.0-nightly (aef6971ca 2016-08-17)*
 
index 4b1f5fb6fa2bbb6f90be1b486470323c07e05dca..89974572eedca107da207b3428494119d09e7c8e 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "clippy"
-version = "0.0.84"
+version = "0.0.85"
 authors = [
        "Manish Goregaokar <manishsmail@gmail.com>",
        "Andre Bogus <bogusandre@gmail.com>",
@@ -25,7 +25,7 @@ test = false
 
 [dependencies]
 # begin automatic update
-clippy_lints = { version = "0.0.84", path = "clippy_lints" }
+clippy_lints = { version = "0.0.85", path = "clippy_lints" }
 # end automatic update
 
 [dev-dependencies]
index 20b8088b3e49bb9e431371338abc734db9f24c66..6f6f09d1e67bd9a02e321c18ede96def2b52b02d 100644 (file)
@@ -1,7 +1,7 @@
 [package]
 name = "clippy_lints"
 # begin automatic update
-version = "0.0.84"
+version = "0.0.85"
 # end automatic update
 authors = [
        "Manish Goregaokar <manishsmail@gmail.com>",