Remove an unnecessary import

This commit is contained in:
Erick Tryzelaar 2015-04-01 22:13:34 -07:00
parent d57f02884f
commit 54a970e694

View File

@ -1,6 +1,5 @@
use std::char;
use std::io;
use std::num::Float;
use std::str;
use unicode::str::Utf16Item;