Skip to content

Commit 13b95c7

Browse files
committed
Rust update: ToStrRadix is gone from the prelude.
rust-lang/rust#12485
1 parent b77eb3f commit 13b95c7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/http/buffer.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
use std::io::{IoResult, Stream};
44
use std::cmp::min;
55
use std::vec;
6+
use std::num::ToStrRadix;
67

78
// 64KB chunks (moderately arbitrary)
89
static READ_BUF_SIZE: uint = 0x10000;

0 commit comments

Comments
 (0)