Skip to content

Commit ed34ac0

Browse files
committed
---
yaml --- r: 219369 b: refs/heads/snap-stage3 c: 0d818b4 h: refs/heads/master i: 219367: 872117e v: v3
1 parent 79ca3b8 commit ed34ac0

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
refs/heads/master: c044791d80ea0dc5c4b57b6030a67b69f8510239
3-
refs/heads/snap-stage3: 2d389c125e2ba7fdb6762120e1fa4e783fa7adad
3+
refs/heads/snap-stage3: 0d818b4ee4a978babc8781ece028a7d0e9ed2e36
44
refs/heads/try: b53c0f93eedcdedd4fd89bccc5a3a09d1c5cd23e
55
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
66
refs/tags/release-0.2: c870d2dffb391e14efb05aa27898f1f6333a9596

branches/snap-stage3/src/libstd/io/buffered.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -454,13 +454,17 @@ impl<W: Read + Write> Read for InternalBufWriter<W> {
454454
#[unstable(feature = "buf_stream",
455455
reason = "unsure about semantics of buffering two directions, \
456456
leading to issues like #17136")]
457+
#[deprecated(since = "1.2.0",
458+
reason = "use the crates.io `bufstream` crate instead")]
457459
pub struct BufStream<S: Write> {
458460
inner: BufReader<InternalBufWriter<S>>
459461
}
460462

461463
#[unstable(feature = "buf_stream",
462464
reason = "unsure about semantics of buffering two directions, \
463465
leading to issues like #17136")]
466+
#[deprecated(since = "1.2.0",
467+
reason = "use the crates.io `bufstream` crate instead")]
464468
impl<S: Read + Write> BufStream<S> {
465469
/// Creates a new buffered stream with explicitly listed capacities for the
466470
/// reader/writer buffer.

0 commit comments

Comments
 (0)