We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54ef0f2 commit 450ef9eCopy full SHA for 450ef9e
Cargo.toml
@@ -2,7 +2,7 @@
2
name = "aoc"
3
version = "2023.12.25"
4
edition = "2021"
5
-rust-version = "1.78"
+rust-version = "1.79"
6
7
[features]
8
frivolity = []
@@ -119,6 +119,7 @@ inline_always = "warn"
119
inline_asm_x86_att_syntax = "warn"
120
inline_asm_x86_intel_syntax = "warn"
121
integer_division = "allow"
122
+integer_division_remainder_used = "allow"
123
into_iter_without_iter = "warn"
124
invalid_upcast_comparisons = "warn"
125
items_after_statements = "warn"
0 commit comments