22name = " aoc"
33version = " 2023.12.25"
44edition = " 2021"
5- rust-version = " 1.80 "
5+ rust-version = " 1.81 "
66
77[features ]
88frivolity = []
@@ -45,8 +45,8 @@ variant_size_differences = "warn"
4545[lints .clippy ]
4646absolute_paths = " warn"
4747alloc_instead_of_core = " warn"
48- allow_attributes = " warn "
49- allow_attributes_without_reason = " warn "
48+ allow_attributes = " allow "
49+ allow_attributes_without_reason = " allow "
5050arithmetic_side_effects = " allow"
5151as_conversions = " allow"
5252as_underscore = " warn"
@@ -62,6 +62,7 @@ cast_possible_wrap = "allow"
6262cast_precision_loss = " warn"
6363cast_ptr_alignment = " warn"
6464cast_sign_loss = " allow"
65+ cfg_not_test = " warn"
6566checked_conversions = " warn"
6667clone_on_ref_ptr = " warn"
6768cloned_instead_of_copied = " warn"
@@ -91,6 +92,7 @@ expl_impl_clone_on_copy = "warn"
9192explicit_deref_methods = " warn"
9293explicit_into_iter_loop = " warn"
9394explicit_iter_loop = " warn"
95+ field_scoped_visibility_modifiers = " warn"
9496filetype_is_file = " warn"
9597filter_map_next = " warn"
9698flat_map_option = " warn"
@@ -224,6 +226,7 @@ semicolon_if_nothing_returned = "warn"
224226semicolon_inside_block = " warn"
225227semicolon_outside_block = " warn"
226228separated_literal_suffix = " allow"
229+ set_contains_or_insert = " warn"
227230shadow_reuse = " allow"
228231shadow_same = " allow"
229232shadow_unrelated = " allow"
0 commit comments