summaryrefslogtreecommitdiffstats
path: root/src/options.rs
diff options
context:
space:
mode:
authorSebastian Thiel <sebastian.thiel@icloud.com>2022-09-19 08:54:32 +0800
committerSebastian Thiel <sebastian.thiel@icloud.com>2022-09-19 08:54:32 +0800
commit44e19ee67924eb28b87698874d377a999cafceee (patch)
tree5ff6c3138ea2f93cacb1e465ee07b6e1831447eb /src/options.rs
parentd3fa946029ef44e5032762ff265180c23a629316 (diff)
thanks clippy
Diffstat (limited to 'src/options.rs')
-rw-r--r--src/options.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/options.rs b/src/options.rs
index 2e594a1..727b52a 100644
--- a/src/options.rs
+++ b/src/options.rs
@@ -1,7 +1,7 @@
use dua::ByteFormat as LibraryByteFormat;
use std::path::PathBuf;
-#[derive(PartialEq, Debug, Clone, Copy, clap::ArgEnum)]
+#[derive(PartialEq, Eq, Debug, Clone, Copy, clap::ArgEnum)]
pub enum ByteFormat {
Metric,
Binary,