Merge pull request #1372 from tomaka/another-review-fix

Another small review fix
This commit is contained in:
Pierre Krieger
2020-01-06 13:32:11 +01:00
committed by GitHub

View File

@@ -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 {
}