Remove all mod.rs files (#1400)

This commit is contained in:
Pierre Krieger 2020-01-28 08:51:06 +01:00 committed by GitHub
parent 3b50cbd1b8
commit 4bf42d188f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 2 additions and 2 deletions

View File

@ -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;