Skip to content

Commit 7aa660a

Browse files
committed
only re-export if feature is enable
1 parent ff13de2 commit 7aa660a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crates/utils/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ pub mod errors;
44
pub mod iter;
55
pub mod format {
66
mod json;
7+
#[cfg(feature = "serde")]
78
pub use json::JsValueSerdeExt;
89
}
910
use wasm_bindgen::UnwrapThrowExt;

0 commit comments

Comments
 (0)