File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-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.74 "
5
+ rust-version = " 1.75 "
6
6
7
7
[features ]
8
8
frivolity = []
@@ -164,6 +164,7 @@ string_add = "warn"
164
164
string_add_assign = " warn"
165
165
string_lit_chars_any = " warn"
166
166
struct_excessive_bools = " warn"
167
+ struct_field_names = " warn"
167
168
suspicious_xor_used_as_pow = " warn"
168
169
todo = " warn"
169
170
too_many_lines = " warn"
@@ -176,6 +177,7 @@ unicode_not_nfc = "warn"
176
177
unimplemented = " warn"
177
178
uninlined_format_args = " warn"
178
179
unnecessary_box_returns = " warn"
180
+ unnecessary_fallible_conversions = " warn"
179
181
unnecessary_join = " warn"
180
182
unnecessary_safety_comment = " warn"
181
183
unnecessary_safety_doc = " warn"
@@ -186,9 +188,11 @@ unnested_or_patterns = "warn"
186
188
unsafe_derive_deserialize = " warn"
187
189
unseparated_literal_suffix = " warn"
188
190
unused_async = " warn"
191
+ unused_enumerate_index = " warn"
189
192
unused_self = " warn"
190
193
used_underscore_binding = " warn"
191
194
verbose_bit_mask = " warn"
192
195
verbose_file_reads = " warn"
196
+ waker_clone_wake = " warn"
193
197
wildcard_dependencies = " warn"
194
198
zero_sized_map_values = " warn"
You can’t perform that action at this time.
0 commit comments