Reduce warnings

This commit is contained in:
Jeremy Soller
2018-11-10 07:52:45 -07:00
parent 131dcac554
commit ebffc977b2
20 changed files with 28 additions and 54 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
use core::ptr;
use header::{getopt, stdio, string};
use header::getopt;
use platform::types::*;
#[allow(non_upper_case_globals)]
+1 -1
View File
@@ -3,7 +3,7 @@
use core::{ptr, slice};
use c_str::CStr;
use header::{limits, sys_time};
use header::limits;
use header::time::timespec;
use platform;
use platform::types::*;