From 6f4f26b483d472ba03ce868b86f76f2a76b3af16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=9D=E5=80=89=E6=B0=B4=E5=B8=8C?= Date: Wed, 4 Mar 2026 21:21:40 +0800 Subject: [PATCH 1/2] feat: update Rust toolchain to nightly-2026-02-25 --- rust-toolchain.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 20da71dd..58ed10fc 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,6 +1,6 @@ [toolchain] profile = "minimal" -channel = "nightly-2025-12-12" +channel = "nightly-2026-02-25" components = ["rust-src", "llvm-tools", "rustfmt", "clippy"] targets = [ "x86_64-unknown-none", From 905c1a9bc5e1342ac97106d46840554dc8a60ecb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=9D=E5=80=89=E6=B0=B4=E5=B8=8C?= Date: Wed, 4 Mar 2026 21:26:37 +0800 Subject: [PATCH 2/2] style: adjust rustfmt.toml --- rustfmt.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/rustfmt.toml b/rustfmt.toml index f3cfd2dd..daac670a 100644 --- a/rustfmt.toml +++ b/rustfmt.toml @@ -7,7 +7,6 @@ imports_granularity = "Crate" normalize_comments = true -reorder_impl_items = true condense_wildcard_suffixes = true enum_discrim_align_threshold = 20 use_field_init_shorthand = true