@@ -34,7 +34,7 @@ Current beta, release 2021-12-02
34
34
[ #7610 ] ( https://github.com/rust-lang/rust-clippy/pull/7610 )
35
35
* [ ` same_name_method ` ]
36
36
[ #7653 ] ( https://github.com/rust-lang/rust-clippy/pull/7653 )
37
- * [ ` if_then_panic ` ] [ #7669 ] ( https://github.com/rust-lang/rust-clippy/pull/7669 )
37
+ * [ ` manual_assert ` ] [ #7669 ] ( https://github.com/rust-lang/rust-clippy/pull/7669 )
38
38
* [ ` non_send_fields_in_send_ty ` ]
39
39
[ #7709 ] ( https://github.com/rust-lang/rust-clippy/pull/7709 )
40
40
* [ ` equatable_if_let ` ]
@@ -139,7 +139,7 @@ Current beta, release 2021-12-02
139
139
` rsplitn ` is used [ #7663 ] ( https://github.com/rust-lang/rust-clippy/pull/7663 )
140
140
* [ ` while_let_on_iterator ` ] : Produce correct suggestion when using ` &mut `
141
141
[ #7690 ] ( https://github.com/rust-lang/rust-clippy/pull/7690 )
142
- * [ ` if_then_panic ` ] : No better handles complex conditions
142
+ * [ ` manual_assert ` ] : No better handles complex conditions
143
143
[ #7741 ] ( https://github.com/rust-lang/rust-clippy/pull/7741 )
144
144
* Correctly handle signs in exponents in numeric literals lints
145
145
[ #7747 ] ( https://github.com/rust-lang/rust-clippy/pull/7747 )
@@ -2895,7 +2895,6 @@ Released 2018-09-13
2895
2895
[ `if_let_redundant_pattern_matching` ] : https://rust-lang.github.io/rust-clippy/master/index.html#if_let_redundant_pattern_matching
2896
2896
[ `if_not_else` ] : https://rust-lang.github.io/rust-clippy/master/index.html#if_not_else
2897
2897
[ `if_same_then_else` ] : https://rust-lang.github.io/rust-clippy/master/index.html#if_same_then_else
2898
- [ `if_then_panic` ] : https://rust-lang.github.io/rust-clippy/master/index.html#if_then_panic
2899
2898
[ `if_then_some_else_none` ] : https://rust-lang.github.io/rust-clippy/master/index.html#if_then_some_else_none
2900
2899
[ `ifs_same_cond` ] : https://rust-lang.github.io/rust-clippy/master/index.html#ifs_same_cond
2901
2900
[ `implicit_clone` ] : https://rust-lang.github.io/rust-clippy/master/index.html#implicit_clone
@@ -2953,6 +2952,7 @@ Released 2018-09-13
2953
2952
[ `lossy_float_literal` ] : https://rust-lang.github.io/rust-clippy/master/index.html#lossy_float_literal
2954
2953
[ `macro_use_imports` ] : https://rust-lang.github.io/rust-clippy/master/index.html#macro_use_imports
2955
2954
[ `main_recursion` ] : https://rust-lang.github.io/rust-clippy/master/index.html#main_recursion
2955
+ [ `manual_assert` ] : https://rust-lang.github.io/rust-clippy/master/index.html#manual_assert
2956
2956
[ `manual_async_fn` ] : https://rust-lang.github.io/rust-clippy/master/index.html#manual_async_fn
2957
2957
[ `manual_filter_map` ] : https://rust-lang.github.io/rust-clippy/master/index.html#manual_filter_map
2958
2958
[ `manual_find_map` ] : https://rust-lang.github.io/rust-clippy/master/index.html#manual_find_map
0 commit comments