File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-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"
@@ -164,6 +165,7 @@ lossy_float_literal = "warn"
164165macro_use_imports = " warn"
165166manual_assert = " warn"
166167manual_instant_elapsed = " warn"
168+ manual_is_multiple_of = " warn"
167169manual_is_power_of_two = " allow"
168170manual_is_variant_and = " warn"
169171manual_let_else = " warn"
@@ -283,6 +285,7 @@ try_err = "warn"
283285unchecked_time_subtraction = " warn"
284286undocumented_unsafe_blocks = " warn"
285287unicode_not_nfc = " warn"
288+ uninlined_format_args = " warn"
286289unimplemented = " warn"
287290unnecessary_box_returns = " warn"
288291unnecessary_debug_formatting = " warn"
You can’t perform that action at this time.
0 commit comments