chore: change rustfmt edition
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
# Rust 格式化配置
|
# Rust 格式化配置
|
||||||
tab_spaces = 2 # 设置缩进为2个空格
|
tab_spaces = 2 # 设置缩进为2个空格
|
||||||
max_width = 100 # 每行最大宽度
|
max_width = 100 # 每行最大宽度
|
||||||
edition = "2025" # 使用Rust 2021版本
|
edition = "2024" # 使用Rust 2021版本
|
||||||
|
|||||||
Reference in New Issue
Block a user