@@ -1033,6 +1033,7 @@ Released 2018-09-13
1033
1033
[ `inconsistent_digit_grouping` ] : https://rust-lang.github.io/rust-clippy/master/index.html#inconsistent_digit_grouping
1034
1034
[ `indexing_slicing` ] : https://rust-lang.github.io/rust-clippy/master/index.html#indexing_slicing
1035
1035
[ `ineffective_bit_mask` ] : https://rust-lang.github.io/rust-clippy/master/index.html#ineffective_bit_mask
1036
+ [ `inefficient_to_string` ] : https://rust-lang.github.io/rust-clippy/master/index.html#inefficient_to_string
1036
1037
[ `infallible_destructuring_match` ] : https://rust-lang.github.io/rust-clippy/master/index.html#infallible_destructuring_match
1037
1038
[ `infinite_iter` ] : https://rust-lang.github.io/rust-clippy/master/index.html#infinite_iter
1038
1039
[ `inherent_to_string` ] : https://rust-lang.github.io/rust-clippy/master/index.html#inherent_to_string
@@ -1128,6 +1129,7 @@ Released 2018-09-13
1128
1129
[ `ok_expect` ] : https://rust-lang.github.io/rust-clippy/master/index.html#ok_expect
1129
1130
[ `op_ref` ] : https://rust-lang.github.io/rust-clippy/master/index.html#op_ref
1130
1131
[ `option_and_then_some` ] : https://rust-lang.github.io/rust-clippy/master/index.html#option_and_then_some
1132
+ [ `option_expect_used` ] : https://rust-lang.github.io/rust-clippy/master/index.html#option_expect_used
1131
1133
[ `option_map_or_none` ] : https://rust-lang.github.io/rust-clippy/master/index.html#option_map_or_none
1132
1134
[ `option_map_unit_fn` ] : https://rust-lang.github.io/rust-clippy/master/index.html#option_map_unit_fn
1133
1135
[ `option_map_unwrap_or` ] : https://rust-lang.github.io/rust-clippy/master/index.html#option_map_unwrap_or
@@ -1137,6 +1139,7 @@ Released 2018-09-13
1137
1139
[ `or_fun_call` ] : https://rust-lang.github.io/rust-clippy/master/index.html#or_fun_call
1138
1140
[ `out_of_bounds_indexing` ] : https://rust-lang.github.io/rust-clippy/master/index.html#out_of_bounds_indexing
1139
1141
[ `overflow_check_conditional` ] : https://rust-lang.github.io/rust-clippy/master/index.html#overflow_check_conditional
1142
+ [ `panic` ] : https://rust-lang.github.io/rust-clippy/master/index.html#panic
1140
1143
[ `panic_params` ] : https://rust-lang.github.io/rust-clippy/master/index.html#panic_params
1141
1144
[ `panicking_unwrap` ] : https://rust-lang.github.io/rust-clippy/master/index.html#panicking_unwrap
1142
1145
[ `partialeq_ne_impl` ] : https://rust-lang.github.io/rust-clippy/master/index.html#partialeq_ne_impl
@@ -1166,6 +1169,7 @@ Released 2018-09-13
1166
1169
[ `ref_in_deref` ] : https://rust-lang.github.io/rust-clippy/master/index.html#ref_in_deref
1167
1170
[ `regex_macro` ] : https://rust-lang.github.io/rust-clippy/master/index.html#regex_macro
1168
1171
[ `replace_consts` ] : https://rust-lang.github.io/rust-clippy/master/index.html#replace_consts
1172
+ [ `result_expect_used` ] : https://rust-lang.github.io/rust-clippy/master/index.html#result_expect_used
1169
1173
[ `result_map_unit_fn` ] : https://rust-lang.github.io/rust-clippy/master/index.html#result_map_unit_fn
1170
1174
[ `result_map_unwrap_or_else` ] : https://rust-lang.github.io/rust-clippy/master/index.html#result_map_unwrap_or_else
1171
1175
[ `result_unwrap_used` ] : https://rust-lang.github.io/rust-clippy/master/index.html#result_unwrap_used
@@ -1197,6 +1201,7 @@ Released 2018-09-13
1197
1201
[ `suspicious_unary_op_formatting` ] : https://rust-lang.github.io/rust-clippy/master/index.html#suspicious_unary_op_formatting
1198
1202
[ `temporary_assignment` ] : https://rust-lang.github.io/rust-clippy/master/index.html#temporary_assignment
1199
1203
[ `temporary_cstring_as_ptr` ] : https://rust-lang.github.io/rust-clippy/master/index.html#temporary_cstring_as_ptr
1204
+ [ `todo` ] : https://rust-lang.github.io/rust-clippy/master/index.html#todo
1200
1205
[ `too_many_arguments` ] : https://rust-lang.github.io/rust-clippy/master/index.html#too_many_arguments
1201
1206
[ `too_many_lines` ] : https://rust-lang.github.io/rust-clippy/master/index.html#too_many_lines
1202
1207
[ `toplevel_ref_arg` ] : https://rust-lang.github.io/rust-clippy/master/index.html#toplevel_ref_arg
@@ -1226,6 +1231,7 @@ Released 2018-09-13
1226
1231
[ `unnecessary_unwrap` ] : https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_unwrap
1227
1232
[ `unneeded_field_pattern` ] : https://rust-lang.github.io/rust-clippy/master/index.html#unneeded_field_pattern
1228
1233
[ `unneeded_wildcard_pattern` ] : https://rust-lang.github.io/rust-clippy/master/index.html#unneeded_wildcard_pattern
1234
+ [ `unreachable` ] : https://rust-lang.github.io/rust-clippy/master/index.html#unreachable
1229
1235
[ `unreadable_literal` ] : https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal
1230
1236
[ `unsafe_removed_from_name` ] : https://rust-lang.github.io/rust-clippy/master/index.html#unsafe_removed_from_name
1231
1237
[ `unsafe_vector_initialization` ] : https://rust-lang.github.io/rust-clippy/master/index.html#unsafe_vector_initialization
0 commit comments