parent
295dfa5cc3
commit
b5e380d06a
@ -0,0 +1,7 @@ |
|||||||
|
fn main() { |
||||||
|
|
||||||
|
if std::env::var("DOCS_RS").is_ok() { |
||||||
|
println!("cargo:rustc-cfg=docsrs"); |
||||||
|
} |
||||||
|
|
||||||
|
} |
@ -1,5 +1,5 @@ |
|||||||
#[cfg(not(target_arch = "wasm32"))] |
#[cfg(all(not(target_arch = "wasm32"),not(docsrs)))] |
||||||
pub mod block_storage; |
pub mod block_storage; |
||||||
|
|
||||||
#[cfg(not(target_arch = "wasm32"))] |
#[cfg(all(not(target_arch = "wasm32"),not(docsrs)))] |
||||||
pub mod kcv_storage; |
pub mod kcv_storage; |
||||||
|
Loading…
Reference in new issue