mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-06-29 09:41:34 +00:00
Move final crates to 2018 edition (#886)
This commit is contained in:
committed by
Pierre Krieger
parent
073df709dd
commit
fe4fc8c363
@ -30,8 +30,8 @@ use std::{
|
||||
result::Result as StdResult,
|
||||
str::FromStr
|
||||
};
|
||||
pub use errors::{Result, Error};
|
||||
pub use protocol::Protocol;
|
||||
pub use self::errors::{Result, Error};
|
||||
pub use self::protocol::Protocol;
|
||||
|
||||
/// Representation of a Multiaddr.
|
||||
#[derive(PartialEq, Eq, Clone, Hash)]
|
||||
|
Reference in New Issue
Block a user