Skip to content

Commit

Permalink
Fix CI (Test) nightly
Browse files Browse the repository at this point in the history
Signed-off-by: Jiahao XU <[email protected]>
  • Loading branch information
NobodyXu committed Feb 20, 2024
1 parent 8fcbbbe commit 76b5bc4
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/parallel/job_token/unix.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,7 @@ use std::{
fs::{self, File},
io::{self, Read, Write},
mem::ManuallyDrop,
os::{
raw::c_int,
unix::{ffi::OsStrExt, prelude::*},
},
os::{raw::c_int, unix::prelude::*},
path::Path,
};

Expand Down

0 comments on commit 76b5bc4

Please sign in to comment.