summaryrefslogtreecommitdiffstats
path: root/src/options.rs
diff options
context:
space:
mode:
authorBen S <ogham@bsago.me>2015-05-12 03:00:18 +0100
committerBen S <ogham@bsago.me>2015-05-12 03:00:18 +0100
commit7f48748e7061fdaaea2f1c47302ed7d51f0567b5 (patch)
tree0c6c27ada90d15735b60e3fcda1e89311c91278c /src/options.rs
parent02ba0267636f3e1802091c31f1c2d94d4d537e66 (diff)
Move size_format into render_size method
The benefit of having these all as separate methods instead of using the same trait is that we can just pass parameters in like this!
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 7163201..bff0d12 100644
--- a/src/options.rs
+++ b/src/options.rs
@@ -508,7 +508,7 @@ impl RecurseOptions {
#[derive(PartialEq, Copy, Clone, Debug)]
pub struct Columns {
- pub size_format: SizeFormat,
+ size_format: SizeFormat,
time_types: TimeTypes,
inode: bool,
links: bool,