We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87e4b43 commit f2371e3Copy full SHA for f2371e3
src/tools/compiletest/src/raise_fd_limit.rs
@@ -7,7 +7,6 @@
7
#[cfg(any(target_os = "macos", target_os = "ios"))]
8
#[allow(non_camel_case_types)]
9
pub unsafe fn raise_fd_limit() {
10
- use libc;
11
use std::cmp;
12
use std::io;
13
use std::mem::size_of_val;
0 commit comments