chore: silence unused ws macro (#788)
This commit is contained in:
parent
d4f8984f59
commit
d2b59d7097
|
@ -9,6 +9,8 @@ macro_rules! if_wasm {
|
|||
)*}
|
||||
}
|
||||
|
||||
// only used with WS
|
||||
#[cfg(feature = "ws")]
|
||||
macro_rules! if_not_wasm {
|
||||
($($item:item)*) => {$(
|
||||
#[cfg(not(target_arch = "wasm32"))]
|
||||
|
|
Loading…
Reference in New Issue