Use Rust 2021 prelude in std itself.

This commit is contained in:
Mara Bos
2022-05-09 11:12:32 +02:00
parent 8a2fe75d0e
commit 4f212f08cf
39 changed files with 7 additions and 43 deletions

View File

@@ -6,7 +6,6 @@
#[cfg(test)]
mod tests;
use crate::convert::TryInto as _;
use crate::error::Error;
use crate::fmt;
use crate::net::{IpAddr, Ipv4Addr, Ipv6Addr, SocketAddr, SocketAddrV4, SocketAddrV6};