Fix compilation for latest nightly

This commit is contained in:
Daniel Landau 2015-04-24 22:35:56 +03:00
parent ed1b476a22
commit 5b1225cc87

View File

@ -1,5 +1,5 @@
use std::io;
use std::num::{Float, FpCategory};
use std::num::FpCategory;
use std::string::FromUtf8Error;
use ser;