Fix warning

2-bindgen
T. Okubo 2019-11-28 20:01:56 +09:00
parent 469c81dd8e
commit b82a40571a
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
use std::ptr;
use std::borrow::Cow;
use std::marker::PhantomData;
use std::ffi::{CString, CStr};
use std::ffi::CString;
use std::i32;
use std::convert::TryInto;
use libc::{c_void, c_char, c_int};