Remove unnecessary usings.
This commit is contained in:
parent
c0eaf8a921
commit
fb8459d4de
@ -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
|
||||
|
@ -13,7 +13,6 @@ use crate::stdlib::{
|
||||
iter::Peekable,
|
||||
str::{Chars, FromStr},
|
||||
string::{String, ToString},
|
||||
u16,
|
||||
vec::Vec,
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user