Skip to content

Commit f2371e3

Browse files
committed
bump bootstrap; remove redundant 'use libc;' on macOS.
1 parent 87e4b43 commit f2371e3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/tools/compiletest/src/raise_fd_limit.rs

-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
#[cfg(any(target_os = "macos", target_os = "ios"))]
88
#[allow(non_camel_case_types)]
99
pub unsafe fn raise_fd_limit() {
10-
use libc;
1110
use std::cmp;
1211
use std::io;
1312
use std::mem::size_of_val;

0 commit comments

Comments
 (0)