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 09b67a0 commit 358e2b9Copy full SHA for 358e2b9
rust/clippy.toml
@@ -1,4 +1,5 @@
1
allow-unwrap-in-tests = true
2
allow-expect-in-tests = true
3
allow-panic-in-tests = true
4
+allow-indexing-slicing-in-tests = true
5
arithmetic-side-effects-allowed = ["num_bigint::BigInt"]
rust/rustfmt.toml
@@ -21,7 +21,7 @@
21
unstable_features = true
22
23
# Compatibility:
24
-edition = "2021"
+edition = "2024"
25
26
# Tabs & spaces - Defaults, listed for clarity
27
tab_spaces = 4
0 commit comments