From 668c9d5b9b5d76a96c0e98482e7e407e0f6d890b Mon Sep 17 00:00:00 2001 From: huangzhe <3451701311@qq.com> Date: Fri, 1 Aug 2025 11:01:55 +0800 Subject: [PATCH] chore: change rustfmt edition --- rustfmt.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rustfmt.toml b/rustfmt.toml index 559c1d5..dfbeda2 100644 --- a/rustfmt.toml +++ b/rustfmt.toml @@ -1,4 +1,4 @@ # Rust 格式化配置 tab_spaces = 2 # 设置缩进为2个空格 max_width = 100 # 每行最大宽度 -edition = "2025" # 使用Rust 2021版本 +edition = "2024" # 使用Rust 2021版本