Skip to content

Commit e7bb391

Browse files
authored
feat: update Rust toolchain to nightly-2026-02-25 (#126)
1 parent f16758c commit e7bb391

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

rust-toolchain.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[toolchain]
22
profile = "minimal"
3-
channel = "nightly-2025-12-12"
3+
channel = "nightly-2026-02-25"
44
components = ["rust-src", "llvm-tools", "rustfmt", "clippy"]
55
targets = [
66
"x86_64-unknown-none",

rustfmt.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ imports_granularity = "Crate"
77

88
normalize_comments = true
99

10-
reorder_impl_items = true
1110
condense_wildcard_suffixes = true
1211
enum_discrim_align_threshold = 20
1312
use_field_init_shorthand = true

0 commit comments

Comments
 (0)