summaryrefslogtreecommitdiffstats
path: root/src/app
diff options
context:
space:
mode:
authorClement Tsang <34804052+ClementTsang@users.noreply.github.com>2023-06-12 05:01:07 +0000
committerGitHub <noreply@github.com>2023-06-12 01:01:07 -0400
commit531e26ea45e537a29dffe9438bc5085750574571 (patch)
treeac47a05d6b6422e79937dd6189f6a348e929a431 /src/app
parentcfdfd2bd3f6877ebe4fcfc9d359caeebbabf8911 (diff)
other: post-0.9.2 cleanup (#1203)
* other: some cleanup * other: add conditional logging macros * more cleanup * use compile-time feature for some text in clap
Diffstat (limited to 'src/app')
-rw-r--r--src/app/data_harvester/disks.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app/data_harvester/disks.rs b/src/app/data_harvester/disks.rs
index ddb07073..3359fcc7 100644
--- a/src/app/data_harvester/disks.rs
+++ b/src/app/data_harvester/disks.rs
@@ -24,7 +24,7 @@ cfg_if! {
}
}
-#[derive(Debug, Clone, Default)]
+#[derive(Clone, Debug, Default)]
pub struct DiskHarvest {
pub name: String,
pub mount_point: String,