remove some unneeded imports

This commit is contained in:
KaDiWa
2022-08-09 02:14:43 +02:00
committed by kadiwa
parent 661b33f524
commit ad2b34d0e3
55 changed files with 64 additions and 135 deletions

View File

@@ -9,7 +9,7 @@ use crate::fmt;
use crate::net::{IpAddr, Ipv4Addr, Ipv6Addr, SocketAddr, SocketAddrV4, SocketAddrV6};
use crate::str::FromStr;
trait ReadNumberHelper: crate::marker::Sized {
trait ReadNumberHelper: Sized {
const ZERO: Self;
fn checked_mul(&self, other: u32) -> Option<Self>;
fn checked_add(&self, other: u32) -> Option<Self>;