Skip to content

Commit bee13c8

Browse files
committed
Remove unused imports
1 parent 12c71d1 commit bee13c8

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

test/test_mq.rs

-3
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@ use std::ffi::CString;
88
use std::str;
99
use libc::c_long;
1010

11-
use nix::unistd::{fork, read, write, pipe};
12-
use nix::unistd::ForkResult::*;
13-
use nix::sys::wait::*;
1411
use nix::errno::Errno::*;
1512
use nix::Error::Sys;
1613

0 commit comments

Comments
 (0)