Skip to content

Commit e58e8a5

Browse files
author
blake2-ppc
committed
---
yaml --- r: 80431 b: refs/heads/snap-stage3 c: 6e538ed h: refs/heads/master i: 80429: 7a0b92c 80427: 682879b 80423: 7c63e6d 80415: a714585 v: v3
1 parent 759f20c commit e58e8a5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
refs/heads/master: 3e1803f3af1adc1b2e5595650f6920f40bbedc2e
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4-
refs/heads/snap-stage3: 90dc9512bad884f968ccf2418245edd54485126a
4+
refs/heads/snap-stage3: 6e538edea2557018c3c8eae41aacf6cdf6370a4d
55
refs/heads/try: 71bebebc37fbb229877da88dde13c2f35913bd77
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b

branches/snap-stage3/src/libstd/rt/io/extensions.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ impl<T: Reader> ReaderUtil for T {
303303
let start_len = buf.len();
304304
let mut total_read = 0;
305305

306-
buf.reserve_at_least(start_len + len);
306+
buf.reserve_additional(len);
307307
vec::raw::set_len(buf, start_len + len);
308308

309309
do (|| {

0 commit comments

Comments
 (0)