Remove unneeded pub(crate)
This commit is contained in:
parent
9169622027
commit
e84a7d91b7
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
use crate::io;
|
||||
use crate::pipe::{PipeReader, PipeWriter};
|
||||
use crate::process::Stdio;
|
||||
pub(crate) use crate::sys::pipe::AnonPipe;
|
||||
pub use crate::sys::pipe::AnonPipe;
|
||||
|
||||
#[inline]
|
||||
pub fn pipe() -> io::Result<(AnonPipe, AnonPipe)> {
|
||||
|
|
Loading…
Add table
Reference in a new issue