mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-06-18 12:31:22 +00:00
Remove all mod.rs files (#1400)
This commit is contained in:
@ -23,10 +23,10 @@
|
||||
use futures::prelude::*;
|
||||
use crate::SecioError;
|
||||
|
||||
#[path = "impl_ring.rs"]
|
||||
#[path = "exchange/impl_ring.rs"]
|
||||
#[cfg(not(any(target_os = "emscripten", target_os = "unknown")))]
|
||||
mod platform;
|
||||
#[path = "impl_webcrypto.rs"]
|
||||
#[path = "exchange/impl_webcrypto.rs"]
|
||||
#[cfg(any(target_os = "emscripten", target_os = "unknown"))]
|
||||
mod platform;
|
||||
|
Reference in New Issue
Block a user