Skip to content

Commit

Permalink
Fix CI (Test) nightly (#956)
Browse files Browse the repository at this point in the history
  • Loading branch information
NobodyXu authored Feb 20, 2024
1 parent 8fcbbbe commit ab7de26
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 ab7de26

Please sign in to comment.