aboutsummaryrefslogtreecommitdiffstats
path: root/src/utils.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils.rs')
-rw-r--r--src/utils.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/utils.rs b/src/utils.rs
index af3ce29..8aad8f7 100644
--- a/src/utils.rs
+++ b/src/utils.rs
@@ -4,8 +4,6 @@ use std::{
str,
};
-use std::os::unix::ffi::OsStrExt;
-
use libc;
pub trait NewFromPtr<T> {