Skip to content

Commit

Permalink
Remove unused import except when feature is enabled that needs it.
Browse files Browse the repository at this point in the history
  • Loading branch information
ximon18 committed Nov 8, 2024
1 parent 5a09ff2 commit f80d8de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/client-transports.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/// Using the `domain::net::client` module for sending a query.
use std::net::{IpAddr, SocketAddr};
use std::str::FromStr;
#[cfg(feature = "unstable-validator")]
use std::sync::Arc;
use std::time::Duration;
use std::vec::Vec;
Expand Down

0 comments on commit f80d8de

Please sign in to comment.