File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 2
2
name = " aoc"
3
3
version = " 2023.12.25"
4
4
edition = " 2021"
5
- rust-version = " 1.75 "
5
+ rust-version = " 1.76 "
6
6
7
7
[features ]
8
8
frivolity = []
@@ -92,6 +92,7 @@ implicit_clone = "warn"
92
92
inconsistent_struct_constructor = " warn"
93
93
index_refutable_slice = " warn"
94
94
inefficient_to_string = " warn"
95
+ infinite_loop = " warn"
95
96
inline_always = " warn"
96
97
invalid_upcast_comparisons = " warn"
97
98
items_after_statements = " warn"
@@ -175,6 +176,7 @@ unchecked_duration_subtraction = "warn"
175
176
undocumented_unsafe_blocks = " warn"
176
177
unicode_not_nfc = " warn"
177
178
unimplemented = " warn"
179
+ uninhabited_references = " warn"
178
180
uninlined_format_args = " warn"
179
181
unnecessary_box_returns = " warn"
180
182
unnecessary_fallible_conversions = " warn"
You can’t perform that action at this time.
0 commit comments