summaryrefslogtreecommitdiffstats
path: root/src/traverse.rs
diff options
context:
space:
mode:
authorSebastian Thiel <sebastian.thiel@icloud.com>2020-02-22 13:30:43 +0800
committerSebastian Thiel <sebastian.thiel@icloud.com>2020-02-22 13:30:43 +0800
commitba7b071af53444cf33ed6a11aae02b34bc26c82b (patch)
treeb840ff9b593db991d5054f195a952b704623a975 /src/traverse.rs
parent5b522946adb5bb71dd51068eee5f1136e6403b31 (diff)
cargo fmt
Diffstat (limited to 'src/traverse.rs')
-rw-r--r--src/traverse.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/traverse.rs b/src/traverse.rs
index 6e866c2..13b1623 100644
--- a/src/traverse.rs
+++ b/src/traverse.rs
@@ -1,4 +1,4 @@
-use crate::{get_size_or_panic, WalkOptions, InodeFilter};
+use crate::{get_size_or_panic, InodeFilter, WalkOptions};
use failure::Error;
use petgraph::{graph::NodeIndex, stable_graph::StableGraph, Directed, Direction};
use std::{ffi::OsString, path::PathBuf, time::Duration, time::Instant};