chore: change rustfmt edition

This commit is contained in:
2025-08-01 11:01:55 +08:00
parent 1f378cd15f
commit 668c9d5b9b

View File

@@ -1,4 +1,4 @@
# Rust 格式化配置
tab_spaces = 2 # 设置缩进为2个空格
max_width = 100 # 每行最大宽度
edition = "2025" # 使用Rust 2021版本
edition = "2024" # 使用Rust 2021版本