mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-04-25 03:02:12 +00:00
Remove all mod.rs files (#1400)
This commit is contained in:
parent
3b50cbd1b8
commit
4bf42d188f
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user