fixed:rustfmt

This commit is contained in:
2026-01-30 14:24:23 +08:00
parent 5d4156e5e0
commit f610c0af8b
3 changed files with 3 additions and 3 deletions

View File

@@ -20,7 +20,7 @@ reorder_modules = true
remove_nested_parens = true
# Edition to use for parsing
edition = "2021"
edition = "2024"
# Merge multiple imports into a single nested import
imports_granularity = "Crate"