Remove unnecessary usings.

This commit is contained in:
Stephen Chung
2020-04-24 20:05:28 +08:00
parent c0eaf8a921
commit fb8459d4de
2 changed files with 0 additions and 2 deletions

View File

@@ -13,7 +13,6 @@ use crate::stdlib::{
iter::Peekable,
str::{Chars, FromStr},
string::{String, ToString},
u16,
vec::Vec,
};