aboutsummaryrefslogtreecommitdiff
path: root/mling/src/proj_mgr/show_directories.rs
diff options
context:
space:
mode:
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)]