22name = " aoc"
33version = " 2024.12.25"
44edition = " 2024"
5- rust-version = " 1.87 "
5+ rust-version = " 1.88 "
66
77[features ]
88frivolity = []
@@ -119,6 +119,7 @@ get_unwrap = "warn"
119119host_endian_bytes = " allow"
120120if_not_else = " warn"
121121if_then_some_else_none = " warn"
122+ ignore_without_reason = " warn"
122123ignored_unit_patterns = " warn"
123124impl_trait_in_params = " warn"
124125implicit_clone = " warn"
@@ -136,6 +137,7 @@ integer_division = "allow"
136137integer_division_remainder_used = " allow"
137138into_iter_without_iter = " warn"
138139invalid_upcast_comparisons = " warn"
140+ ip_constant = " warn"
139141items_after_statements = " warn"
140142iter_filter_is_ok = " warn"
141143iter_filter_is_some = " warn"
@@ -194,7 +196,7 @@ mutex_atomic = "warn"
194196naive_bytecount = " allow"
195197needless_bitwise_bool = " warn"
196198needless_continue = " warn"
197- needless_for_each = " warn "
199+ needless_for_each = " allow "
198200needless_pass_by_value = " warn"
199201needless_raw_string_hashes = " warn"
200202needless_raw_strings = " warn"
@@ -210,6 +212,7 @@ panic_in_result_fn = "warn"
210212partial_pub_fields = " warn"
211213pathbuf_init_then_push = " warn"
212214pattern_type_mismatch = " allow"
215+ pointer_format = " warn"
213216precedence_bits = " warn"
214217print_stderr = " allow"
215218print_stdout = " allow"
@@ -227,6 +230,7 @@ rc_buffer = "warn"
227230rc_mutex = " warn"
228231redundant_closure_for_method_calls = " warn"
229232redundant_else = " warn"
233+ redundant_test_prefix = " warn"
230234redundant_type_annotations = " warn"
231235ref_as_ptr = " warn"
232236ref_binding_to_reference = " warn"
0 commit comments