|
43 | 43 | clippy::derive_partial_eq_without_eq, |
44 | 44 | clippy::else_if_without_else, |
45 | 45 | clippy::empty_drop, |
46 | | - clippy::empty_line_after_outer_attr, |
47 | 46 | clippy::empty_structs_with_brackets, |
48 | 47 | clippy::equatable_if_let, |
49 | 48 | clippy::empty_enum_variants_with_brackets, |
|
52 | 51 | clippy::fallible_impl_from, |
53 | 52 | clippy::filetype_is_file, |
54 | 53 | clippy::float_cmp_const, |
55 | | - clippy::fn_to_numeric_cast, |
56 | 54 | clippy::fn_to_numeric_cast_any, |
57 | 55 | clippy::format_push_string, |
58 | 56 | clippy::get_unwrap, |
59 | 57 | clippy::if_then_some_else_none, |
60 | 58 | clippy::imprecise_flops, |
61 | | - clippy::index_refutable_slice, |
62 | 59 | clippy::infinite_loop, |
63 | 60 | clippy::iter_on_empty_collections, |
64 | 61 | clippy::iter_on_single_items, |
|
68 | 65 | clippy::large_stack_frames, |
69 | 66 | clippy::let_underscore_untyped, |
70 | 67 | clippy::lossy_float_literal, |
71 | | - clippy::manual_c_str_literals, |
72 | 68 | clippy::map_err_ignore, |
73 | 69 | clippy::mem_forget, |
74 | 70 | clippy::missing_assert_message, |
|
82 | 78 | clippy::needless_collect, |
83 | 79 | clippy::needless_pass_by_ref_mut, |
84 | 80 | clippy::needless_raw_strings, |
| 81 | + clippy::non_zero_suggestions, |
85 | 82 | clippy::nonstandard_macro_braces, |
86 | 83 | clippy::option_if_let_else, |
87 | 84 | clippy::or_fun_call, |
|
92 | 89 | clippy::print_stderr, |
93 | 90 | clippy::print_stdout, |
94 | 91 | clippy::pub_without_shorthand, |
95 | | - clippy::ref_as_ptr, |
96 | 92 | clippy::rc_buffer, |
97 | 93 | clippy::rc_mutex, |
98 | 94 | clippy::read_zero_byte_vec, |
|
133 | 129 | clippy::unneeded_field_pattern, |
134 | 130 | clippy::unused_peekable, |
135 | 131 | clippy::unused_result_ok, |
| 132 | + clippy::unused_trait_names, |
136 | 133 | clippy::unwrap_in_result, |
137 | 134 | clippy::unwrap_used, |
138 | 135 | clippy::use_debug, |
|
0 commit comments