aboutsummaryrefslogtreecommitdiff
path: root/mling/src/proj_mgr/show_directories.rs
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-06-29 14:37:04 +0800
committer魏曹先生 <1992414357@qq.com>2026-06-29 14:37:04 +0800
commit323d64413249044de7dcb129d2160b5e22471982 (patch)
tree561483d9907d88cfc4b63289bedf0fc739907b9e /mling/src/proj_mgr/show_directories.rs
parente6c73a9cbe3bf9d19a6c66cd399c51f151447d75 (diff)
refactor(proj_mgr): reorganize imports and reformat code
Diffstat (limited to 'mling/src/proj_mgr/show_directories.rs')
-rw-r--r--mling/src/proj_mgr/show_directories.rs5
1 files changed, 3 insertions, 2 deletions
diff --git a/mling/src/proj_mgr/show_directories.rs b/mling/src/proj_mgr/show_directories.rs
index 6a20eee..e84bf69 100644
--- a/mling/src/proj_mgr/show_directories.rs
+++ b/mling/src/proj_mgr/show_directories.rs
@@ -6,8 +6,9 @@ use mingling::{
use serde::Serialize;
use crate::{
- EntryShowTargetDirectories, EntryShowWorkspaceDirectory, Next,
- proj_mgr::metadata::read_metadata, res::ResManifestPath,
+ Next,
+ proj_mgr::{EntryShowTargetDirectories, EntryShowWorkspaceDirectory, metadata::read_metadata},
+ res::ResManifestPath,
};
#[derive(Serialize, Groupped)]