Remove unnecessary usings.
This commit is contained in:
parent
c0eaf8a921
commit
fb8459d4de
@ -19,7 +19,6 @@ use crate::stdlib::{
|
|||||||
fmt::Display,
|
fmt::Display,
|
||||||
format,
|
format,
|
||||||
ops::{Add, BitAnd, BitOr, BitXor, Div, Mul, Neg, Rem, Shl, Shr, Sub},
|
ops::{Add, BitAnd, BitOr, BitXor, Div, Mul, Neg, Rem, Shl, Shr, Sub},
|
||||||
{i32, i64, u32},
|
|
||||||
};
|
};
|
||||||
|
|
||||||
// Checked add
|
// Checked add
|
||||||
|
@ -13,7 +13,6 @@ use crate::stdlib::{
|
|||||||
iter::Peekable,
|
iter::Peekable,
|
||||||
str::{Chars, FromStr},
|
str::{Chars, FromStr},
|
||||||
string::{String, ToString},
|
string::{String, ToString},
|
||||||
u16,
|
|
||||||
vec::Vec,
|
vec::Vec,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user