update to rust HEAD, fix the tests

This commit is contained in:
Erick Tryzelaar
2014-12-13 16:55:42 -08:00
parent ed6d64ad6d
commit 246396fdb4
7 changed files with 27 additions and 26 deletions
-1
View File
@@ -3,7 +3,6 @@ use std::fmt;
use std::io::{ByRefWriter, IoResult};
use std::io;
use std::str;
use std::string;
use std::vec;
use de::{mod, Token, TokenKind};