@@ -137,6 +137,7 @@ checked_conversions = "deny"
137
137
clear_with_drain = " deny"
138
138
cloned_instead_of_copied = " deny"
139
139
collection_is_never_read = " deny"
140
+ comparison_chain = " deny"
140
141
copy_iterator = " deny"
141
142
debug_assert_with_mut_call = " deny"
142
143
default_trait_access = " deny"
@@ -154,6 +155,7 @@ flat_map_option = "deny"
154
155
float_cmp = " deny"
155
156
float_cmp_const = " deny"
156
157
fn_to_numeric_cast_any = " deny"
158
+ format_collect = " deny"
157
159
format_push_string = " deny"
158
160
future_not_send = " deny"
159
161
get_unwrap = " deny"
@@ -180,7 +182,7 @@ manual_instant_elapsed = "deny"
180
182
manual_is_power_of_two = " deny"
181
183
manual_is_variant_and = " deny"
182
184
manual_let_else = " deny"
183
- manual_ok_or = " deny"
185
+ manual_midpoint = " deny"
184
186
manual_string_new = " deny"
185
187
map_unwrap_or = " deny"
186
188
map_with_unused_argument_over_ranges = " deny"
@@ -206,6 +208,7 @@ option_as_ref_cloned = "deny"
206
208
or_fun_call = " deny"
207
209
path_buf_push_overwrite = " deny"
208
210
pathbuf_init_then_push = " deny"
211
+ precedence_bits = " deny"
209
212
pub_underscore_fields = " deny"
210
213
pub_without_shorthand = " deny"
211
214
range_minus_one = " deny"
@@ -218,6 +221,7 @@ redundant_closure_for_method_calls = "deny"
218
221
redundant_feature_names = " deny"
219
222
ref_binding_to_reference = " deny"
220
223
rest_pat_in_fully_bound_structs = " deny"
224
+ return_and_then = " deny"
221
225
same_functions_in_if_condition = " deny"
222
226
semicolon_if_nothing_returned = " deny"
223
227
set_contains_or_insert = " deny"
0 commit comments