2
2
name = " aoc"
3
3
version = " 2023.12.25"
4
4
edition = " 2021"
5
- rust-version = " 1.80 "
5
+ rust-version = " 1.81 "
6
6
7
7
[features ]
8
8
frivolity = []
@@ -45,8 +45,8 @@ variant_size_differences = "warn"
45
45
[lints .clippy ]
46
46
absolute_paths = " warn"
47
47
alloc_instead_of_core = " warn"
48
- allow_attributes = " warn "
49
- allow_attributes_without_reason = " warn "
48
+ allow_attributes = " allow "
49
+ allow_attributes_without_reason = " allow "
50
50
arithmetic_side_effects = " allow"
51
51
as_conversions = " allow"
52
52
as_underscore = " warn"
@@ -62,6 +62,7 @@ cast_possible_wrap = "allow"
62
62
cast_precision_loss = " warn"
63
63
cast_ptr_alignment = " warn"
64
64
cast_sign_loss = " allow"
65
+ cfg_not_test = " warn"
65
66
checked_conversions = " warn"
66
67
clone_on_ref_ptr = " warn"
67
68
cloned_instead_of_copied = " warn"
@@ -91,6 +92,7 @@ expl_impl_clone_on_copy = "warn"
91
92
explicit_deref_methods = " warn"
92
93
explicit_into_iter_loop = " warn"
93
94
explicit_iter_loop = " warn"
95
+ field_scoped_visibility_modifiers = " warn"
94
96
filetype_is_file = " warn"
95
97
filter_map_next = " warn"
96
98
flat_map_option = " warn"
@@ -224,6 +226,7 @@ semicolon_if_nothing_returned = "warn"
224
226
semicolon_inside_block = " warn"
225
227
semicolon_outside_block = " warn"
226
228
separated_literal_suffix = " allow"
229
+ set_contains_or_insert = " warn"
227
230
shadow_reuse = " allow"
228
231
shadow_same = " allow"
229
232
shadow_unrelated = " allow"
0 commit comments