Files
胡飞 b4a455dcd4 chore(rustfmt): 更新rustfmt配置以支持2024版
- 添加edition字段,设置为2024
- 添加style_edition字段,设置为2024
- 注释中包含了相关链接说明配置来源
2026-05-04 21:29:45 +08:00

3 lines
112 B
TOML

# https://github.com/rust-lang/rustfmt?tab=readme-ov-file#rusts-editions
edition = "2024"
style_edition = "2024"