summaryrefslogtreecommitdiffstats
path: root/src/format.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/format.rs')
-rw-r--r--src/format.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/format.rs b/src/format.rs
index f2414cc..55757c4 100644
--- a/src/format.rs
+++ b/src/format.rs
@@ -1,4 +1,4 @@
-use std::os::unix::process::ExitStatusExt as _;
+use crate::prelude::*;
pub fn path(path: &std::path::Path) -> String {
let mut path = path.display().to_string();