auto merge of #6213 : kud1ing/rust/patch-1, r=graydon

...re/index.html
This commit is contained in:
bors 2013-05-03 10:21:37 -07:00
commit 9a31cdb9bf
1 changed files with 2 additions and 0 deletions

View File

@ -8,6 +8,8 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.
//! Operations on ASCII strings and characters.
use to_str::{ToStr,ToStrConsume};
use str;
use cast;