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

@ -19,7 +19,6 @@ use crate::stdlib::{
fmt::Display,
format,
ops::{Add, BitAnd, BitOr, BitXor, Div, Mul, Neg, Rem, Shl, Shr, Sub},
{i32, i64, u32},
};
// Checked add

View File

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