@@ -1134,6 +1134,7 @@ Released 2018-09-13
1134
1134
[ `or_fun_call` ] : https://rust-lang.github.io/rust-clippy/master/index.html#or_fun_call
1135
1135
[ `out_of_bounds_indexing` ] : https://rust-lang.github.io/rust-clippy/master/index.html#out_of_bounds_indexing
1136
1136
[ `overflow_check_conditional` ] : https://rust-lang.github.io/rust-clippy/master/index.html#overflow_check_conditional
1137
+ [ `panic` ] : https://rust-lang.github.io/rust-clippy/master/index.html#panic
1137
1138
[ `panic_params` ] : https://rust-lang.github.io/rust-clippy/master/index.html#panic_params
1138
1139
[ `panicking_unwrap` ] : https://rust-lang.github.io/rust-clippy/master/index.html#panicking_unwrap
1139
1140
[ `partialeq_ne_impl` ] : https://rust-lang.github.io/rust-clippy/master/index.html#partialeq_ne_impl
@@ -1194,6 +1195,7 @@ Released 2018-09-13
1194
1195
[ `suspicious_unary_op_formatting` ] : https://rust-lang.github.io/rust-clippy/master/index.html#suspicious_unary_op_formatting
1195
1196
[ `temporary_assignment` ] : https://rust-lang.github.io/rust-clippy/master/index.html#temporary_assignment
1196
1197
[ `temporary_cstring_as_ptr` ] : https://rust-lang.github.io/rust-clippy/master/index.html#temporary_cstring_as_ptr
1198
+ [ `todo` ] : https://rust-lang.github.io/rust-clippy/master/index.html#todo
1197
1199
[ `too_many_arguments` ] : https://rust-lang.github.io/rust-clippy/master/index.html#too_many_arguments
1198
1200
[ `too_many_lines` ] : https://rust-lang.github.io/rust-clippy/master/index.html#too_many_lines
1199
1201
[ `toplevel_ref_arg` ] : https://rust-lang.github.io/rust-clippy/master/index.html#toplevel_ref_arg
@@ -1223,6 +1225,7 @@ Released 2018-09-13
1223
1225
[ `unnecessary_unwrap` ] : https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_unwrap
1224
1226
[ `unneeded_field_pattern` ] : https://rust-lang.github.io/rust-clippy/master/index.html#unneeded_field_pattern
1225
1227
[ `unneeded_wildcard_pattern` ] : https://rust-lang.github.io/rust-clippy/master/index.html#unneeded_wildcard_pattern
1228
+ [ `unreachable` ] : https://rust-lang.github.io/rust-clippy/master/index.html#unreachable
1226
1229
[ `unreadable_literal` ] : https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal
1227
1230
[ `unsafe_removed_from_name` ] : https://rust-lang.github.io/rust-clippy/master/index.html#unsafe_removed_from_name
1228
1231
[ `unsafe_vector_initialization` ] : https://rust-lang.github.io/rust-clippy/master/index.html#unsafe_vector_initialization
0 commit comments