mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-06-14 10:31:21 +00:00
swarm/behaviour: Remove deprecated NetworkBehaviourEventProcess (#2840)
Removes the `NetworkBehaviourEventProcess` and all its associated logic. See deprecation pull request https://github.com/libp2p/rust-libp2p/pull/2784. Find rational in https://github.com/libp2p/rust-libp2p/pull/2751.
This commit is contained in:
@ -63,8 +63,6 @@ pub mod behaviour;
|
||||
pub mod dial_opts;
|
||||
pub mod handler;
|
||||
|
||||
#[allow(deprecated)]
|
||||
pub use behaviour::NetworkBehaviourEventProcess;
|
||||
pub use behaviour::{
|
||||
CloseConnection, NetworkBehaviour, NetworkBehaviourAction, NotifyHandler, PollParameters,
|
||||
};
|
||||
|
Reference in New Issue
Block a user