Skip to content

Commit

Permalink
Rm unused import libc::PIPE_BUF
Browse files Browse the repository at this point in the history
Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
  • Loading branch information
NobodyXu committed Jul 1, 2022
1 parent f028436 commit 57d9647
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/unix.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
use libc::{c_int, PIPE_BUF};
use libc::c_int;

use std::fs::File;
use std::io::{self, Read, Write};
Expand Down

0 comments on commit 57d9647

Please sign in to comment.