mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-05-13 06:11:22 +00:00
Hide the __wbindgen_if_not_std
macro from docs
This commit is contained in:
parent
ef807a8068
commit
0e2e826182
@ -487,12 +487,14 @@ pub mod __rt {
|
|||||||
pub extern crate std;
|
pub extern crate std;
|
||||||
|
|
||||||
#[macro_export]
|
#[macro_export]
|
||||||
|
#[doc(hidden)]
|
||||||
#[cfg(feature = "std")]
|
#[cfg(feature = "std")]
|
||||||
macro_rules! __wbindgen_if_not_std {
|
macro_rules! __wbindgen_if_not_std {
|
||||||
($($i:item)*) => {};
|
($($i:item)*) => {};
|
||||||
}
|
}
|
||||||
|
|
||||||
#[macro_export]
|
#[macro_export]
|
||||||
|
#[doc(hidden)]
|
||||||
#[cfg(not(feature = "std"))]
|
#[cfg(not(feature = "std"))]
|
||||||
macro_rules! __wbindgen_if_not_std {
|
macro_rules! __wbindgen_if_not_std {
|
||||||
($($i:item)*) => ($($i)*)
|
($($i:item)*) => ($($i)*)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user