Skip to content

Commit 0474fe2

Browse files
committed
Bump to 0.0.85
1 parent 27255bc commit 0474fe2

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Change Log
22
All notable changes to this project will be documented in this file.
33

4+
## 0.0.85 — 2016-08-19
5+
* Fix ICE with [`useless_attribute`]
6+
* [`useless_attribute`] ignores [`unused_imports`] on `use` statements
7+
48
## 0.0.84 — 2016-08-18
59
* Rustup to *rustc 1.13.0-nightly (aef6971ca 2016-08-17)*
610

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "clippy"
3-
version = "0.0.84"
3+
version = "0.0.85"
44
authors = [
55
"Manish Goregaokar <[email protected]>",
66
"Andre Bogus <[email protected]>",
@@ -25,7 +25,7 @@ test = false
2525

2626
[dependencies]
2727
# begin automatic update
28-
clippy_lints = { version = "0.0.84", path = "clippy_lints" }
28+
clippy_lints = { version = "0.0.85", path = "clippy_lints" }
2929
# end automatic update
3030

3131
[dev-dependencies]

clippy_lints/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "clippy_lints"
33
# begin automatic update
4-
version = "0.0.84"
4+
version = "0.0.85"
55
# end automatic update
66
authors = [
77
"Manish Goregaokar <[email protected]>",

0 commit comments

Comments
 (0)