deny warnings

This commit is contained in:
tigercosmos 2017-12-21 01:22:49 +08:00
parent dfd8e85338
commit 6d6491e814
5 changed files with 22 additions and 19 deletions

View file

@ -28,6 +28,7 @@ pub use self::platform::{alloc, dealloc, realloc};
mod platform {
extern crate libc;
#[cfg(not(any(target_os = "android")))]
use std::ptr;
use super::MIN_ALIGN;