style: organize and format use statements

This commit is contained in:
Andrew Phillips
2025-05-10 13:38:10 -03:00
committed by Andrew Phillips (aider)
parent dbf3d70128
commit ceb50a03b3
3 changed files with 4 additions and 3 deletions

View File

@@ -200,7 +200,6 @@ impl FromStr for NumberOrString {
}
}
fn main() -> Result<(), Error> {
use std::fs;
let proj_dirs = ProjectDirs::from("gt0.ca", "Andrew Phillips", "Keep");