We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5779089 commit 12de123Copy full SHA for 12de123
crates/numcodecs-wasm-guest/src/lib.rs
@@ -84,7 +84,9 @@ macro_rules! export_codec {
84
const _: () = {
85
type Codec = $codec;
86
87
- $crate::bindings::export!(Codec with_types_in $crate::bindings);
+ $crate::bindings::export!(
88
+ Codec with_types_in $crate::bindings
89
+ );
90
};
91
92
0 commit comments