Skip to content

Commit

Permalink
Remove useless import rust-analyzer imported.
Browse files Browse the repository at this point in the history
  • Loading branch information
JKincorperated committed Jun 2, 2024
1 parent aac0c0e commit 5fac3ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use bytes::{Bytes, BytesMut};
use std::{
collections::BTreeMap,
marker::PhantomData,
net::{IpAddr, Ipv4Addr, Ipv6Addr}, vec,
net::{IpAddr, Ipv4Addr, Ipv6Addr},
};

/// The base builder for generating ENR records with arbitrary signing algorithms.
Expand Down

0 comments on commit 5fac3ba

Please sign in to comment.