bump bootstrap; remove redundant 'use libc;' on macOS.
This commit is contained in:
parent
87e4b43d51
commit
f2371e3b7d
1 changed files with 0 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue