summaryrefslogtreecommitdiffstats
path: root/src/common.rs
diff options
context:
space:
mode:
authorPiotr Wach <pwach@bloomberg.net>2024-01-07 09:34:16 +0000
committerPiotr Wach <pwach@bloomberg.net>2024-01-07 09:34:16 +0000
commite53036ad84b71e1121588929fe4653a7ababbf67 (patch)
treecf4b01ce08c2a937cff2364ca7121d2cb9513444 /src/common.rs
parentfeec3eb37d50c4b927ae3f948159693f134edf4b (diff)
Move ByteFormat out of WalkOptions
Diffstat (limited to 'src/common.rs')
-rw-r--r--src/common.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/common.rs b/src/common.rs
index 7f4f89e..47c0b10 100644
--- a/src/common.rs
+++ b/src/common.rs
@@ -166,7 +166,6 @@ pub struct WalkOptions {
/// The amount of threads to use. Refer to [`WalkDir::num_threads()`](https://docs.rs/jwalk/0.4.0/jwalk/struct.WalkDir.html#method.num_threads)
/// for more information.
pub threads: usize,
- pub byte_format: ByteFormat,
pub count_hard_links: bool,
pub apparent_size: bool,
pub sorting: TraversalSorting,