mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-06-12 17:41:22 +00:00
feat(core): remove deprecated identity
module
Related: #3647. Pull-Request: #4040.
This commit is contained in:
@ -395,9 +395,10 @@ where
|
||||
/// ```
|
||||
/// # use libp2p_swarm::SwarmBuilder;
|
||||
/// # use libp2p_swarm::dial_opts::{DialOpts, PeerCondition};
|
||||
/// # use libp2p_core::{Multiaddr, PeerId, Transport};
|
||||
/// # use libp2p_core::{Multiaddr, Transport};
|
||||
/// # use libp2p_core::transport::dummy::DummyTransport;
|
||||
/// # use libp2p_swarm::dummy;
|
||||
/// # use libp2p_identity::PeerId;
|
||||
/// #
|
||||
/// let mut swarm = SwarmBuilder::without_executor(
|
||||
/// DummyTransport::new().boxed(),
|
||||
|
Reference in New Issue
Block a user