Skip to content

Commit 57d9647

Browse files
committed
Rm unused import libc::PIPE_BUF
Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
1 parent f028436 commit 57d9647

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/unix.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
use libc::{c_int, PIPE_BUF};
1+
use libc::c_int;
22

33
use std::fs::File;
44
use std::io::{self, Read, Write};

0 commit comments

Comments
 (0)