@@ -1134,6 +1134,7 @@ Released 2018-09-13
11341134[ `or_fun_call` ] : https://rust-lang.github.io/rust-clippy/master/index.html#or_fun_call
11351135[ `out_of_bounds_indexing` ] : https://rust-lang.github.io/rust-clippy/master/index.html#out_of_bounds_indexing
11361136[ `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
11371138[ `panic_params` ] : https://rust-lang.github.io/rust-clippy/master/index.html#panic_params
11381139[ `panicking_unwrap` ] : https://rust-lang.github.io/rust-clippy/master/index.html#panicking_unwrap
11391140[ `partialeq_ne_impl` ] : https://rust-lang.github.io/rust-clippy/master/index.html#partialeq_ne_impl
@@ -1194,6 +1195,7 @@ Released 2018-09-13
11941195[ `suspicious_unary_op_formatting` ] : https://rust-lang.github.io/rust-clippy/master/index.html#suspicious_unary_op_formatting
11951196[ `temporary_assignment` ] : https://rust-lang.github.io/rust-clippy/master/index.html#temporary_assignment
11961197[ `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
11971199[ `too_many_arguments` ] : https://rust-lang.github.io/rust-clippy/master/index.html#too_many_arguments
11981200[ `too_many_lines` ] : https://rust-lang.github.io/rust-clippy/master/index.html#too_many_lines
11991201[ `toplevel_ref_arg` ] : https://rust-lang.github.io/rust-clippy/master/index.html#toplevel_ref_arg
@@ -1223,6 +1225,7 @@ Released 2018-09-13
12231225[ `unnecessary_unwrap` ] : https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_unwrap
12241226[ `unneeded_field_pattern` ] : https://rust-lang.github.io/rust-clippy/master/index.html#unneeded_field_pattern
12251227[ `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
12261229[ `unreadable_literal` ] : https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal
12271230[ `unsafe_removed_from_name` ] : https://rust-lang.github.io/rust-clippy/master/index.html#unsafe_removed_from_name
12281231[ `unsafe_vector_initialization` ] : https://rust-lang.github.io/rust-clippy/master/index.html#unsafe_vector_initialization
0 commit comments