mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-06-12 17:41:22 +00:00
*: Format with rustfmt (#2188)
Co-authored-by: Thomas Eizinger <thomas@eizinger.io>
This commit is contained in:
@ -94,10 +94,10 @@ mod negotiated;
|
||||
mod protocol;
|
||||
mod tests;
|
||||
|
||||
pub use self::negotiated::{Negotiated, NegotiatedComplete, NegotiationError};
|
||||
pub use self::protocol::ProtocolError;
|
||||
pub use self::dialer_select::{dialer_select_proto, DialerSelectFuture};
|
||||
pub use self::listener_select::{listener_select_proto, ListenerSelectFuture};
|
||||
pub use self::negotiated::{Negotiated, NegotiatedComplete, NegotiationError};
|
||||
pub use self::protocol::ProtocolError;
|
||||
|
||||
/// Supported multistream-select versions.
|
||||
#[derive(Clone, Copy, Debug, PartialEq, Eq)]
|
||||
@ -145,4 +145,4 @@ impl Default for Version {
|
||||
fn default() -> Self {
|
||||
Version::V1
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user