Skip to content

Commit 358e2b9

Browse files
committed
fix(rust): Latest standard configs
1 parent 09b67a0 commit 358e2b9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

rust/clippy.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
allow-unwrap-in-tests = true
22
allow-expect-in-tests = true
33
allow-panic-in-tests = true
4+
allow-indexing-slicing-in-tests = true
45
arithmetic-side-effects-allowed = ["num_bigint::BigInt"]

rust/rustfmt.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
unstable_features = true
2222

2323
# Compatibility:
24-
edition = "2021"
24+
edition = "2024"
2525

2626
# Tabs & spaces - Defaults, listed for clarity
2727
tab_spaces = 4

0 commit comments

Comments
 (0)