1
1
[package ]
2
2
name = " aoc"
3
3
version = " 2024.12.25"
4
- edition = " 2021 "
5
- rust-version = " 1.84 "
4
+ edition = " 2024 "
5
+ rust-version = " 1.85 "
6
6
7
7
[features ]
8
8
frivolity = []
@@ -14,9 +14,11 @@ private_intra_doc_links = "allow"
14
14
[lints .rust ]
15
15
absolute_paths_not_starting_with_crate = " warn"
16
16
ambiguous_negative_literals = " warn"
17
+ closure-returning-async-block = " warn"
17
18
elided_lifetimes_in_paths = " warn"
18
19
explicit_outlives_requirements = " warn"
19
20
ffi_unwind_calls = " warn"
21
+ if-let-rescope = " warn"
20
22
let_underscore_drop = " warn"
21
23
macro_use_extern_crate = " warn"
22
24
meta_variable_misuse = " warn"
@@ -26,7 +28,6 @@ missing_debug_implementations = "allow"
26
28
missing_docs = " allow"
27
29
missing_unsafe_on_extern = " warn"
28
30
non_ascii_idents = " warn"
29
- non_local_definitions = " warn"
30
31
redundant_imports = " warn"
31
32
redundant_lifetimes = " warn"
32
33
single_use_lifetimes = " warn"
@@ -83,6 +84,7 @@ default_trait_access = "warn"
83
84
default_union_representation = " warn"
84
85
deref_by_slicing = " allow"
85
86
disallowed_script_idents = " warn"
87
+ doc_include_without_cfg = " warn"
86
88
doc_link_with_quotes = " warn"
87
89
doc_markdown = " warn"
88
90
else_if_without_else = " allow"
0 commit comments