File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -1951,10 +1951,10 @@ Released 2018-09-13
1951
1951
[ `suboptimal_flops` ] : https://rust-lang.github.io/rust-clippy/master/index.html#suboptimal_flops
1952
1952
[ `suspicious_arithmetic_impl` ] : https://rust-lang.github.io/rust-clippy/master/index.html#suspicious_arithmetic_impl
1953
1953
[ `suspicious_assignment_formatting` ] : https://rust-lang.github.io/rust-clippy/master/index.html#suspicious_assignment_formatting
1954
- [ `suspicious_operation_groupings` ] : https://rust-lang.github.io/rust-clippy/master/index.html#suspicious_operation_groupings
1955
1954
[ `suspicious_else_formatting` ] : https://rust-lang.github.io/rust-clippy/master/index.html#suspicious_else_formatting
1956
1955
[ `suspicious_map` ] : https://rust-lang.github.io/rust-clippy/master/index.html#suspicious_map
1957
1956
[ `suspicious_op_assign_impl` ] : https://rust-lang.github.io/rust-clippy/master/index.html#suspicious_op_assign_impl
1957
+ [ `suspicious_operation_groupings` ] : https://rust-lang.github.io/rust-clippy/master/index.html#suspicious_operation_groupings
1958
1958
[ `suspicious_unary_op_formatting` ] : https://rust-lang.github.io/rust-clippy/master/index.html#suspicious_unary_op_formatting
1959
1959
[ `tabs_in_doc_comments` ] : https://rust-lang.github.io/rust-clippy/master/index.html#tabs_in_doc_comments
1960
1960
[ `temporary_assignment` ] : https://rust-lang.github.io/rust-clippy/master/index.html#temporary_assignment
Original file line number Diff line number Diff line change @@ -2216,13 +2216,6 @@ vec![
2216
2216
deprecation: None ,
2217
2217
module: "formatting" ,
2218
2218
} ,
2219
- Lint {
2220
- name: "suspicious_operation_groupings" ,
2221
- group: "correctness" ,
2222
- desc: "default lint description" ,
2223
- deprecation: None ,
2224
- module: "suspicious_operation_groupings" ,
2225
- } ,
2226
2219
Lint {
2227
2220
name: "suspicious_else_formatting" ,
2228
2221
group: "style" ,
@@ -2244,6 +2237,13 @@ vec![
2244
2237
deprecation: None ,
2245
2238
module: "suspicious_trait_impl" ,
2246
2239
} ,
2240
+ Lint {
2241
+ name: "suspicious_operation_groupings" ,
2242
+ group: "correctness" ,
2243
+ desc: "default lint description" ,
2244
+ deprecation: None ,
2245
+ module: "suspicious_operation_groupings" ,
2246
+ } ,
2247
2247
Lint {
2248
2248
name: "suspicious_unary_op_formatting" ,
2249
2249
group: "style" ,
You can’t perform that action at this time.
0 commit comments