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.93 — ?
4
+ ## 0.0.93 — 2016-10-03
5
+ * Rustup to * rustc 1.14.0-nightly (144af3e97 2016-10-02)*
5
6
* [ ` option_map_unwrap_or ` ] and [ ` option_map_unwrap_or_else ` ] are now
6
7
allowed by default.
7
8
* New lint: [ ` explicit_into_iter_loop ` ]
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " clippy"
3
- version = " 0.0.92 "
3
+ version = " 0.0.93 "
4
4
authors = [
5
5
" Manish Goregaokar <manishsmail@gmail.com>" ,
6
6
" Andre Bogus <bogusandre@gmail.com>" ,
@@ -25,7 +25,7 @@ test = false
25
25
26
26
[dependencies ]
27
27
# begin automatic update
28
- clippy_lints = { version = " 0.0.92 " , path = " clippy_lints" }
28
+ clippy_lints = { version = " 0.0.93 " , path = " clippy_lints" }
29
29
# end automatic update
30
30
31
31
[dev-dependencies ]
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.92 "
4
+ version = " 0.0.93 "
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