diff options
| author | Boxy <rust@boxyuwu.dev> | 2025-03-31 18:09:32 +0100 |
|---|---|---|
| committer | Boxy <rust@boxyuwu.dev> | 2025-04-09 12:29:59 +0100 |
| commit | a6c2ec04b456d600b42b0c7286af38044f19a9a6 (patch) | |
| tree | df82abca16ea46aebe0dfb7b44245d52326b5d97 /library/std/src/io/mod.rs | |
| parent | 97c966bb40756903f8aa13995629128d157f6056 (diff) | |
| download | rust-a6c2ec04b456d600b42b0c7286af38044f19a9a6.tar.gz rust-a6c2ec04b456d600b42b0c7286af38044f19a9a6.zip | |
replace version placeholder
Diffstat (limited to 'library/std/src/io/mod.rs')
| -rw-r--r-- | library/std/src/io/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/std/src/io/mod.rs b/library/std/src/io/mod.rs index 314cbb45d49..b6545eada86 100644 --- a/library/std/src/io/mod.rs +++ b/library/std/src/io/mod.rs @@ -310,7 +310,7 @@ pub use self::error::RawOsError; pub use self::error::SimpleMessage; #[unstable(feature = "io_const_error", issue = "133448")] pub use self::error::const_error; -#[stable(feature = "anonymous_pipe", since = "CURRENT_RUSTC_VERSION")] +#[stable(feature = "anonymous_pipe", since = "1.87.0")] pub use self::pipe::{PipeReader, PipeWriter, pipe}; #[stable(feature = "is_terminal", since = "1.70.0")] pub use self::stdio::IsTerminal; |
