mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-17 05:25:37 +03:00
bump bootstrap; remove redundant 'use libc;' on macOS.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user