summaryrefslogtreecommitdiffstats
path: root/src/aggregate.rs
diff options
context:
space:
mode:
authorSebastian Thiel <sebastian.thiel@icloud.com>2021-07-25 10:45:38 +0800
committerSebastian Thiel <sebastian.thiel@icloud.com>2021-07-25 10:47:07 +0800
commit98c859c71d9ee4be4c19bc436a494f035a241bc1 (patch)
treeee92efc9e48f9a0b069e16c91c8e4fd4e91b04d0 /src/aggregate.rs
parent64a5589ef93c03cfb0815e893250918dde6a9ea6 (diff)
upgrade open to v2
Diffstat (limited to 'src/aggregate.rs')
-rw-r--r--src/aggregate.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/aggregate.rs b/src/aggregate.rs
index dacaaa7..d42eafe 100644
--- a/src/aggregate.rs
+++ b/src/aggregate.rs
@@ -2,7 +2,6 @@ use crate::{crossdev, InodeFilter, WalkOptions, WalkResult};
use anyhow::Result;
use colored::{Color, Colorize};
use filesize::PathExt;
-use std::time::Duration;
use std::{
borrow::Cow,
io,
@@ -12,6 +11,7 @@ use std::{
Arc,
},
thread,
+ time::Duration,
};
/// Aggregate the given `paths` and write information about them to `out` in a human-readable format.