Skip to content

Commit

Permalink
clippy fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hinto-janai committed Dec 6, 2024
1 parent 20e599f commit a1903f3
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions rpc/types/src/from.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,11 @@
//! Only non-crate types are imported, all crate types use `crate::`.
use std::{
net::{Ipv4Addr, SocketAddr, SocketAddrV4},
net::{SocketAddr, SocketAddrV4},
time::Duration,
};

use cuprate_helper::{
fmt::hex_prefix_u128,
map::{combine_low_high_bits_to_u128, ipv4_from_u32},
};
use cuprate_helper::{fmt::hex_prefix_u128, map::ipv4_from_u32};
use cuprate_p2p_core::{
types::{ConnectionId, ConnectionInfo, SetBan, Span},
NetZoneAddress,
Expand Down

0 comments on commit a1903f3

Please sign in to comment.