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