Sort imports with the help of rustfmt.

This commit is contained in:
Quin 2025-07-12 23:56:50 -06:00
parent 2991b10598
commit 17759c3210
6 changed files with 28 additions and 14 deletions

View file

@ -9,3 +9,5 @@ brace_style = "PreferSameLine"
blank_lines_upper_bound = 5
combine_control_expr = false
wrap_comments = false
group_imports = "StdExternalCrate"
imports_granularity = "Crate"