File tree 3 files changed +8
-3
lines changed
3 files changed +8
-3
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.177
5
+ * Rustup to * rustc 1.24.0-nightly (250b49205 2017-12-21)*
6
+ * New lint: [ ` match_as_ref ` ]
7
+
4
8
## 0.0.176
5
9
* Rustup to * rustc 1.24.0-nightly (0077d128d 2017-12-14)*
6
10
@@ -595,6 +599,7 @@ All notable changes to this project will be documented in this file.
595
599
[ `many_single_char_names` ] : https://rust-lang-nursery.github.io/rust-clippy/master/index.html#many_single_char_names
596
600
[ `map_clone` ] : https://rust-lang-nursery.github.io/rust-clippy/master/index.html#map_clone
597
601
[ `map_entry` ] : https://rust-lang-nursery.github.io/rust-clippy/master/index.html#map_entry
602
+ [ `match_as_ref` ] : https://rust-lang-nursery.github.io/rust-clippy/master/index.html#match_as_ref
598
603
[ `match_bool` ] : https://rust-lang-nursery.github.io/rust-clippy/master/index.html#match_bool
599
604
[ `match_overlapping_arm` ] : https://rust-lang-nursery.github.io/rust-clippy/master/index.html#match_overlapping_arm
600
605
[ `match_ref_pats` ] : https://rust-lang-nursery.github.io/rust-clippy/master/index.html#match_ref_pats
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " clippy"
3
- version = " 0.0.176 "
3
+ version = " 0.0.177 "
4
4
authors = [
5
5
" Manish Goregaokar <[email protected] >" ,
6
6
" Andre Bogus <[email protected] >" ,
@@ -37,7 +37,7 @@ path = "src/driver.rs"
37
37
38
38
[dependencies ]
39
39
# begin automatic update
40
- clippy_lints = { version = " 0.0.176 " , path = " clippy_lints" }
40
+ clippy_lints = { version = " 0.0.177 " , path = " clippy_lints" }
41
41
# end automatic update
42
42
cargo_metadata = " 0.2"
43
43
regex = " 0.2"
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.176 "
4
+ version = " 0.0.177 "
5
5
# end automatic update
6
6
authors = [
7
7
" Manish Goregaokar <[email protected] >" ,
You can’t perform that action at this time.
0 commit comments