mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-07-31 00:41:59 +00:00
Merge pull request #1372 from tomaka/another-review-fix
Another small review fix
This commit is contained in:
@@ -56,9 +56,6 @@ use log::debug;
|
||||
use std::{io, path::PathBuf};
|
||||
|
||||
/// Represents the configuration for a Unix domain sockets transport capability for libp2p.
|
||||
///
|
||||
/// The Unix sockets created by libp2p will need to be progressed by running the futures and
|
||||
/// streams obtained by libp2p through the tokio reactor.
|
||||
#[derive(Debug, Clone)]
|
||||
pub struct UdsConfig {
|
||||
}
|
||||
|
Reference in New Issue
Block a user