Remove io::LocalOutput and use Arc<Mutex<dyn>> for local streams.
This commit is contained in:
parent
cf9cf7c923
commit
72e96604c0
9 changed files with 51 additions and 118 deletions
|
@ -277,7 +277,7 @@ pub use self::stdio::{StderrLock, StdinLock, StdoutLock};
|
|||
pub use self::stdio::{_eprint, _print};
|
||||
#[unstable(feature = "libstd_io_internals", issue = "42788")]
|
||||
#[doc(no_inline, hidden)]
|
||||
pub use self::stdio::{set_panic, set_print, LocalOutput};
|
||||
pub use self::stdio::{set_panic, set_print};
|
||||
#[stable(feature = "rust1", since = "1.0.0")]
|
||||
pub use self::util::{copy, empty, repeat, sink, Empty, Repeat, Sink};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue