Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake-Shadle committed Dec 21, 2023
1 parent 229fbdc commit 7dffbc5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions nextest-runner/src/test_command/unix.rs
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
use super::Stdio;
use std::{
io,
os::fd::{AsRawFd, FromRawFd, OwnedFd},
};

use super::Stdio;

pub(super) struct State {
ours: OwnedFd,
#[allow(dead_code)]
Expand Down

0 comments on commit 7dffbc5

Please sign in to comment.