File tree 4 files changed +8
-4
lines changed 4 files changed +8
-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.196
5
+ * Rustup to * rustc 1.27.0-nightly (e82261dfb 2018-05-03)*
6
+
4
7
## 0.0.195
5
8
* Rustup to * rustc 1.27.0-nightly (ac3c2288f 2018-04-18)*
6
9
@@ -689,6 +692,7 @@ All notable changes to this project will be documented in this file.
689
692
[ `mixed_case_hex_literals` ] : https://rust-lang-nursery.github.io/rust-clippy/master/index.html#mixed_case_hex_literals
690
693
[ `module_inception` ] : https://rust-lang-nursery.github.io/rust-clippy/master/index.html#module_inception
691
694
[ `modulo_one` ] : https://rust-lang-nursery.github.io/rust-clippy/master/index.html#modulo_one
695
+ [ `multiple_crate_versions` ] : https://rust-lang-nursery.github.io/rust-clippy/master/index.html#multiple_crate_versions
692
696
[ `mut_from_ref` ] : https://rust-lang-nursery.github.io/rust-clippy/master/index.html#mut_from_ref
693
697
[ `mut_mut` ] : https://rust-lang-nursery.github.io/rust-clippy/master/index.html#mut_mut
694
698
[ `mut_range_bound` ] : https://rust-lang-nursery.github.io/rust-clippy/master/index.html#mut_range_bound
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " clippy"
3
- version = " 0.0.195 "
3
+ version = " 0.0.196 "
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.195 " , path = " clippy_lints" }
40
+ clippy_lints = { version = " 0.0.196 " , path = " clippy_lints" }
41
41
# end automatic update
42
42
regex = " 0.2"
43
43
semver = " 0.9"
Original file line number Diff line number Diff line change 7
7
8
8
A collection of lints to catch common mistakes and improve your [ Rust] ( https://github.com/rust-lang/rust ) code.
9
9
10
- [ There are 257 lints included in this crate!] ( https://rust-lang-nursery.github.io/rust-clippy/master/index.html )
10
+ [ There are 258 lints included in this crate!] ( https://rust-lang-nursery.github.io/rust-clippy/master/index.html )
11
11
12
12
We have a bunch of lint categories to allow you to choose how much clippy is supposed to ~~ annoy~~ help you:
13
13
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.195 "
4
+ version = " 0.0.196 "
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