fix clippy warnings and cargo fmt issues

This commit is contained in:
2026-06-09 11:43:33 +02:00
parent 73147b6be1
commit 7730524ee2
8 changed files with 1276 additions and 500 deletions
-2
View File
@@ -173,5 +173,3 @@ pub fn exe_dir() -> PathBuf {
.and_then(|p| p.parent().map(Path::to_path_buf))
.unwrap_or_else(|| PathBuf::from("."))
}