bump bootstrap; remove redundant 'use libc;' on macOS.

This commit is contained in:
Mazdak Farrokhzad 2019-04-17 05:45:37 +02:00
parent 87e4b43d51
commit f2371e3b7d

View file

@ -7,7 +7,6 @@
#[cfg(any(target_os = "macos", target_os = "ios"))]
#[allow(non_camel_case_types)]
pub unsafe fn raise_fd_limit() {
use libc;
use std::cmp;
use std::io;
use std::mem::size_of_val;