warnings: Fix and silence

This commit is contained in:
Dorota Czaplejewicz
2019-10-09 08:15:03 +00:00
parent da5a83f367
commit 10bad4ebe3
4 changed files with 5 additions and 6 deletions

View File

@ -16,10 +16,6 @@ use std::iter::{ FromIterator, IntoIterator };
pub mod c {
use super::*;
use ::util::c;
use ::util::c::as_cstr;
use std::ffi::CString;
use std::os::raw::c_char;
pub type CKeyState = c::Wrapped<KeyState>;