22name = " aoc"
33version = " 2024.12.25"
44edition = " 2024"
5- rust-version = " 1.91 "
5+ rust-version = " 1.92 "
66
77# Speed up benchmarking by not recompiling everything when only a single file changes.
88[profile .bench ]
@@ -18,15 +18,15 @@ private_intra_doc_links = "allow"
1818[lints .rust ]
1919absolute_paths_not_starting_with_crate = " warn"
2020ambiguous_negative_literals = " warn"
21- closure-returning-async-block = " warn"
21+ closure_returning_async_block = " warn"
22+ deref_into_dyn_supertrait = " warn"
2223elided_lifetimes_in_paths = " warn"
2324explicit_outlives_requirements = " warn"
2425ffi_unwind_calls = " warn"
25- if-let-rescope = " warn"
26+ if_let_rescope = " warn"
2627let_underscore_drop = " warn"
2728macro_use_extern_crate = " warn"
2829meta_variable_misuse = " warn"
29- missing_abi = " warn"
3030missing_copy_implementations = " allow"
3131missing_debug_implementations = " allow"
3232missing_docs = " allow"
@@ -98,8 +98,8 @@ doc_markdown = "warn"
9898elidable_lifetime_names = " warn"
9999else_if_without_else = " allow"
100100empty_drop = " warn"
101- empty_enums = " warn"
102101empty_enum_variants_with_brackets = " warn"
102+ empty_enums = " warn"
103103empty_structs_with_brackets = " warn"
104104enum_glob_use = " allow"
105105error_impl_error = " warn"
@@ -250,6 +250,7 @@ return_self_not_must_use = "warn"
250250same_functions_in_if_condition = " warn"
251251same_name_method = " warn"
252252self_named_module_files = " warn"
253+ self_only_used_in_recursion = " warn"
253254semicolon_if_nothing_returned = " warn"
254255semicolon_inside_block = " warn"
255256semicolon_outside_block = " warn"
@@ -284,8 +285,8 @@ try_err = "warn"
284285unchecked_time_subtraction = " warn"
285286undocumented_unsafe_blocks = " warn"
286287unicode_not_nfc = " warn"
287- uninlined_format_args = " allow"
288288unimplemented = " warn"
289+ uninlined_format_args = " allow"
289290unnecessary_box_returns = " warn"
290291unnecessary_debug_formatting = " warn"
291292unnecessary_join = " warn"
0 commit comments