@@ -157,6 +157,7 @@ checked_conversions = "deny"
157
157
clear_with_drain = " deny"
158
158
cloned_instead_of_copied = " deny"
159
159
collection_is_never_read = " deny"
160
+ comparison_chain = " deny"
160
161
copy_iterator = " deny"
161
162
debug_assert_with_mut_call = " deny"
162
163
default_trait_access = " deny"
@@ -174,6 +175,7 @@ flat_map_option = "deny"
174
175
float_cmp = " deny"
175
176
float_cmp_const = " deny"
176
177
fn_to_numeric_cast_any = " deny"
178
+ format_collect = " deny"
177
179
format_push_string = " deny"
178
180
future_not_send = " deny"
179
181
get_unwrap = " deny"
@@ -200,7 +202,7 @@ manual_instant_elapsed = "deny"
200
202
manual_is_power_of_two = " deny"
201
203
manual_is_variant_and = " deny"
202
204
manual_let_else = " deny"
203
- manual_ok_or = " deny"
205
+ manual_midpoint = " deny"
204
206
manual_string_new = " deny"
205
207
map_unwrap_or = " deny"
206
208
map_with_unused_argument_over_ranges = " deny"
@@ -226,6 +228,7 @@ option_as_ref_cloned = "deny"
226
228
or_fun_call = " deny"
227
229
path_buf_push_overwrite = " deny"
228
230
pathbuf_init_then_push = " deny"
231
+ precedence_bits = " deny"
229
232
pub_underscore_fields = " deny"
230
233
pub_without_shorthand = " deny"
231
234
range_minus_one = " deny"
@@ -238,6 +241,7 @@ redundant_closure_for_method_calls = "deny"
238
241
redundant_feature_names = " deny"
239
242
ref_binding_to_reference = " deny"
240
243
rest_pat_in_fully_bound_structs = " deny"
244
+ return_and_then = " deny"
241
245
same_functions_in_if_condition = " deny"
242
246
semicolon_if_nothing_returned = " deny"
243
247
set_contains_or_insert = " deny"
0 commit comments