summaryrefslogtreecommitdiffstats
path: root/src/interactive/app/app_state.rs
diff options
context:
space:
mode:
authorPiotr Wach <pwach@bloomberg.net>2024-01-08 22:01:29 +0000
committerPiotr Wach <pwach@bloomberg.net>2024-01-08 22:01:29 +0000
commitf74a40a7212bde94bae9ff0ee1947a5b1478fb93 (patch)
tree9d1d89dd6b1b9926d6b9784013ce5522ff5cecea /src/interactive/app/app_state.rs
parent9eaa96144bc72de6515c30fc32961a2807b247c7 (diff)
clippy
Diffstat (limited to 'src/interactive/app/app_state.rs')
-rw-r--r--src/interactive/app/app_state.rs8
1 files changed, 3 insertions, 5 deletions
diff --git a/src/interactive/app/app_state.rs b/src/interactive/app/app_state.rs
index 14164d2..e0404e3 100644
--- a/src/interactive/app/app_state.rs
+++ b/src/interactive/app/app_state.rs
@@ -1,11 +1,9 @@
-use std::time::Duration;
+
use dua::{
- inodefilter::InodeFilter,
- traverse::{RunningTraversal, Tree, TreeIndex},
- Throttle, WalkResult,
+ traverse::{RunningTraversal}, WalkResult,
};
-use petgraph::Direction;
+
use super::{navigation::Navigation, EntryDataBundle, SortMode};