mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-06-21 22:01:34 +00:00
refactor(gossipsub): make error
module private
Resolves https://github.com/libp2p/rust-libp2p/issues/3392. Pull-Request: #3457.
This commit is contained in:
@ -18,9 +18,9 @@
|
||||
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||
// DEALINGS IN THE SOFTWARE.
|
||||
|
||||
use crate::error::{HandlerError, ValidationError};
|
||||
use crate::protocol::{GossipsubCodec, ProtocolConfig};
|
||||
use crate::types::{PeerKind, RawMessage, Rpc};
|
||||
use crate::{HandlerError, ValidationError};
|
||||
use asynchronous_codec::Framed;
|
||||
use futures::prelude::*;
|
||||
use futures::StreamExt;
|
||||
|
Reference in New Issue
Block a user