We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42bfeec commit e50df77Copy full SHA for e50df77
src/libstd/os/ios/raw.rs
@@ -11,7 +11,7 @@
11
//! iOS-specific raw type definitions
12
13
use os::raw::c_long;
14
-use os::unix::raw::{uid_t, gid_t, pid_t};
+use os::unix::raw::{uid_t, gid_t};
15
16
pub type blkcnt_t = i64;
17
pub type blksize_t = i32;
0 commit comments