diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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}; |