mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-05-02 06:02:20 +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 futures::prelude::*;
|
||||||
use crate::SecioError;
|
use crate::SecioError;
|
||||||
|
|
||||||
#[path = "impl_ring.rs"]
|
#[path = "exchange/impl_ring.rs"]
|
||||||
#[cfg(not(any(target_os = "emscripten", target_os = "unknown")))]
|
#[cfg(not(any(target_os = "emscripten", target_os = "unknown")))]
|
||||||
mod platform;
|
mod platform;
|
||||||
#[path = "impl_webcrypto.rs"]
|
#[path = "exchange/impl_webcrypto.rs"]
|
||||||
#[cfg(any(target_os = "emscripten", target_os = "unknown"))]
|
#[cfg(any(target_os = "emscripten", target_os = "unknown"))]
|
||||||
mod platform;
|
mod platform;
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user