We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fcbbbe commit ab7de26Copy full SHA for ab7de26
src/parallel/job_token/unix.rs
@@ -3,10 +3,7 @@ use std::{
3
fs::{self, File},
4
io::{self, Read, Write},
5
mem::ManuallyDrop,
6
- os::{
7
- raw::c_int,
8
- unix::{ffi::OsStrExt, prelude::*},
9
- },
+ os::{raw::c_int, unix::prelude::*},
10
path::Path,
11
};
12
0 commit comments