File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed
Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 2020 runs-on : ubuntu-latest
2121 steps :
2222 - uses : actions/checkout@v4
23- - run : rustup default 1.91
23+ - run : rustup default 1.92
2424 - run : cargo test
2525
2626 test-nightly :
Original file line number Diff line number Diff line change 1818 url : ${{ steps.deployment.outputs.page_url }}
1919 steps :
2020 - uses : actions/checkout@v4
21- - run : rustup default 1.91
21+ - run : rustup default 1.92
2222 - run : cargo doc
2323 env :
2424 RUSTDOCFLAGS : " --document-private-items --default-theme=ayu --deny warnings"
Original file line number Diff line number Diff line change 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 ]
@@ -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"
You can’t perform that action at this time.
0 commit comments