]> git.lizzy.rs Git - rust.git/blobdiff - src/tools/compiletest/src/raise_fd_limit.rs
Auto merge of #61008 - GuillaumeGomez:fix-rustdoc-code-highlighting, r=Manishearth
[rust.git] / src / tools / compiletest / src / raise_fd_limit.rs
index 7f1d7e0d3cdd4a67faae4d3d4071278e5b957cd6..e9c91094104e950aec749776a1e639ae85eb7cc1 100644 (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;