Skip to content

Commit

Permalink
bump bootstrap; remove redundant 'use libc;' on macOS.
Browse files Browse the repository at this point in the history
  • Loading branch information
Centril committed Apr 17, 2019
1 parent 87e4b43 commit f2371e3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/tools/compiletest/src/raise_fd_limit.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit f2371e3

Please sign in to comment.