Merge pull request #30 from vhbit/from-str

Update to nigtly: FromStr
This commit is contained in:
Alex Crichton 2014-11-17 10:18:19 -06:00
commit c5284ffc32

View file

@ -44,7 +44,7 @@
extern crate serialize;
use std::collections::TreeMap;
use std::from_str::FromStr;
use std::str::FromStr;
use std::string;
pub use parser::{Parser, ParserError};