mirror of
https://github.com/rust-lang/rust.git
synced 2025-05-14 02:49:40 +00:00
Remove unneeded pub(crate)
This commit is contained in:
parent
9169622027
commit
e84a7d91b7
@ -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…
Reference in New Issue
Block a user