File tree 3 files changed +5
-4
lines changed
3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
All notable changes to this project will be documented in this file.
3
3
4
- ## 0.0.71 — TBD
4
+ ## 0.0.71 — 2016-05-31
5
+ * Rustup to * rustc 1.10.0-nightly (7bddce693 2016-05-27)*
5
6
* New lint: [ ` useless_let_if_seq ` ]
6
7
7
8
## 0.0.70 — 2016-05-28
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " clippy"
3
- version = " 0.0.70 "
3
+ version = " 0.0.71 "
4
4
authors = [
5
5
" Manish Goregaokar <manishsmail@gmail.com>" ,
6
6
" Andre Bogus <bogusandre@gmail.com>" ,
@@ -30,7 +30,7 @@ toml = "0.1"
30
30
unicode-normalization = " 0.1"
31
31
quine-mc_cluskey = " 0.2.2"
32
32
# begin automatic update
33
- clippy_lints = { version = " 0.0.70 " , path = " clippy_lints" }
33
+ clippy_lints = { version = " 0.0.71 " , path = " clippy_lints" }
34
34
# end automatic update
35
35
rustc-serialize = " 0.3"
36
36
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " clippy_lints"
3
3
# begin automatic update
4
- version = " 0.0.70 "
4
+ version = " 0.0.71 "
5
5
# end automatic update
6
6
authors = [
7
7
" Manish Goregaokar <manishsmail@gmail.com>" ,
You can’t perform that action at this time.
0 commit comments