summaryrefslogtreecommitdiffstats
path: root/src/proclist.rs
diff options
context:
space:
mode:
authorrabite <rabite@posteo.de>2019-04-16 01:54:24 +0200
committerrabite <rabite@posteo.de>2019-04-16 02:02:04 +0200
commit95a1ef5a1db5f8f35878873c4ba910358b63014d (patch)
tree0c4486401ca07f269fa83c59d05609cf016f6da3 /src/proclist.rs
parent8a7ee029f6f6bf07898531ae49088b3efa78c342 (diff)
use libraryized osstrtools
Diffstat (limited to 'src/proclist.rs')
-rw-r--r--src/proclist.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/proclist.rs b/src/proclist.rs
index eda40c1..f40b46d 100644
--- a/src/proclist.rs
+++ b/src/proclist.rs
@@ -8,6 +8,7 @@ use std::os::unix::ffi::OsStringExt;
use termion::event::Key;
use unicode_width::UnicodeWidthStr;
+use osstrtools::OsStrTools;
use crate::listview::{Listable, ListView};
use crate::textview::TextView;
@@ -18,7 +19,7 @@ use crate::dirty::Dirtyable;
use crate::hbox::HBox;
use crate::fail::{HResult, HError, ErrorLog};
use crate::term;
-use crate::files::{File, OsStrTools};
+use crate::files::File;
#[derive(Debug)]
struct Process {