@@ -18,72 +18,72 @@ include = [
18
18
]
19
19
20
20
[workspace .lints .rust ]
21
- # rust_2018_idioms = { level = "warn", priority = -1 }
22
- # unreachable_pub = "warn"
21
+ rust_2018_idioms = { level = " warn" , priority = -1 }
22
+ unreachable_pub = " warn"
23
23
unsafe_op_in_unsafe_fn = " warn"
24
24
unused_lifetimes = " warn"
25
25
unused_macro_rules = " warn"
26
- # unused_qualifications = "warn"
26
+ unused_qualifications = " warn"
27
27
28
28
[workspace .lints .clippy ]
29
29
bool_assert_comparison = " allow"
30
30
branches_sharing_code = " allow"
31
- # checked_conversions = "warn"
31
+ checked_conversions = " warn"
32
32
collapsible_else_if = " allow"
33
- # create_dir = "warn"
34
- # dbg_macro = "warn"
35
- # debug_assert_with_mut_call = "warn"
36
- # doc_markdown = "warn"
37
- # empty_enum = "warn"
38
- # enum_glob_use = "warn"
39
- # expl_impl_clone_on_copy = "warn"
40
- # explicit_deref_methods = "warn"
41
- # explicit_into_iter_loop = "warn"
42
- # fallible_impl_from = "warn"
43
- # filter_map_next = "warn"
44
- # flat_map_option = "warn"
45
- # float_cmp_const = "warn"
46
- # fn_params_excessive_bools = "warn"
47
- # from_iter_instead_of_collect = "warn"
33
+ create_dir = " warn"
34
+ dbg_macro = " warn"
35
+ debug_assert_with_mut_call = " warn"
36
+ doc_markdown = " warn"
37
+ empty_enum = " warn"
38
+ enum_glob_use = " warn"
39
+ expl_impl_clone_on_copy = " warn"
40
+ explicit_deref_methods = " warn"
41
+ explicit_into_iter_loop = " warn"
42
+ fallible_impl_from = " warn"
43
+ filter_map_next = " warn"
44
+ flat_map_option = " warn"
45
+ float_cmp_const = " warn"
46
+ fn_params_excessive_bools = " warn"
47
+ from_iter_instead_of_collect = " warn"
48
48
if_same_then_else = " allow"
49
- # implicit_clone = "warn"
50
- # imprecise_flops = "warn"
51
- # inconsistent_struct_constructor = "warn"
52
- # inefficient_to_string = "warn"
53
- # infinite_loop = "warn"
54
- # invalid_upcast_comparisons = "warn"
55
- # large_digit_groups = "warn"
56
- # large_stack_arrays = "warn"
57
- # large_types_passed_by_value = "warn"
49
+ implicit_clone = " warn"
50
+ imprecise_flops = " warn"
51
+ inconsistent_struct_constructor = " warn"
52
+ inefficient_to_string = " warn"
53
+ infinite_loop = " warn"
54
+ invalid_upcast_comparisons = " warn"
55
+ large_digit_groups = " warn"
56
+ large_stack_arrays = " warn"
57
+ large_types_passed_by_value = " warn"
58
58
let_and_return = " allow" # sometimes good to name what you are returning
59
- # linkedlist = "warn"
60
- # lossy_float_literal = "warn"
61
- # macro_use_imports = "warn"
62
- # mem_forget = "warn"
63
- # mutex_integer = "warn"
64
- # needless_continue = "warn"
65
- # needless_for_each = "warn"
66
- # negative_feature_names = "warn"
67
- # path_buf_push_overwrite = "warn"
68
- # ptr_as_ptr = "warn"
69
- # rc_mutex = "warn"
70
- # redundant_feature_names = "warn"
71
- # ref_option_ref = "warn"
72
- # rest_pat_in_fully_bound_structs = "warn"
73
- # same_functions_in_if_condition = "warn"
74
- # self_named_module_files = "warn"
75
- # semicolon_if_nothing_returned = "warn"
76
- # str_to_string = "warn"
77
- # string_add = "warn"
78
- # string_add_assign = "warn"
79
- # string_lit_as_bytes = "warn"
80
- # string_to_string = "warn"
81
- # todo = "warn"
82
- # trait_duplication_in_bounds = "warn"
83
- # uninlined_format_args = "warn"
84
- # verbose_file_reads = "warn"
85
- # wildcard_imports = "warn"
86
- # zero_sized_map_values = "warn"
59
+ linkedlist = " warn"
60
+ lossy_float_literal = " warn"
61
+ macro_use_imports = " warn"
62
+ mem_forget = " warn"
63
+ mutex_integer = " warn"
64
+ needless_continue = " warn"
65
+ needless_for_each = " warn"
66
+ negative_feature_names = " warn"
67
+ path_buf_push_overwrite = " warn"
68
+ ptr_as_ptr = " warn"
69
+ rc_mutex = " warn"
70
+ redundant_feature_names = " warn"
71
+ ref_option_ref = " warn"
72
+ rest_pat_in_fully_bound_structs = " warn"
73
+ same_functions_in_if_condition = " warn"
74
+ self_named_module_files = " warn"
75
+ semicolon_if_nothing_returned = " warn"
76
+ str_to_string = " warn"
77
+ string_add = " warn"
78
+ string_add_assign = " warn"
79
+ string_lit_as_bytes = " warn"
80
+ string_to_string = " warn"
81
+ todo = " warn"
82
+ trait_duplication_in_bounds = " warn"
83
+ uninlined_format_args = " warn"
84
+ verbose_file_reads = " warn"
85
+ wildcard_imports = " warn"
86
+ zero_sized_map_values = " warn"
87
87
88
88
[package ]
89
89
name = " config"
0 commit comments