mirror of
https://github.com/servo/servo.git
synced 2025-07-13 18:33:40 +01:00
deny warnings
This commit is contained in:
parent
dfd8e85338
commit
6d6491e814
5 changed files with 22 additions and 19 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue