File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 3 files changed +5
-3
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.90
23+ - run : rustup default 1.91
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.90
21+ - run : rustup default 1.91
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.90 "
5+ rust-version = " 1.91 "
66
77# Speed up benchmarking by not recompiling everything when only a single file changes.
88[profile .bench ]
@@ -90,6 +90,7 @@ default_trait_access = "warn"
9090default_union_representation = " warn"
9191deref_by_slicing = " allow"
9292disallowed_script_idents = " warn"
93+ doc_broken_link = " warn"
9394doc_comment_double_space_linebreaks = " warn"
9495doc_include_without_cfg = " warn"
9596doc_link_with_quotes = " warn"
@@ -283,6 +284,7 @@ try_err = "warn"
283284unchecked_time_subtraction = " warn"
284285undocumented_unsafe_blocks = " warn"
285286unicode_not_nfc = " warn"
287+ uninlined_format_args = " allow"
286288unimplemented = " warn"
287289unnecessary_box_returns = " warn"
288290unnecessary_debug_formatting = " warn"
You can’t perform that action at this time.
0 commit comments