Skip to content

Commit ab7de26

Browse files
authored
Fix CI (Test) nightly (#956)
1 parent 8fcbbbe commit ab7de26

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/parallel/job_token/unix.rs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,7 @@ use std::{
33
fs::{self, File},
44
io::{self, Read, Write},
55
mem::ManuallyDrop,
6-
os::{
7-
raw::c_int,
8-
unix::{ffi::OsStrExt, prelude::*},
9-
},
6+
os::{raw::c_int, unix::prelude::*},
107
path::Path,
118
};
129

0 commit comments

Comments
 (0)