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 2f1f894 commit 5779089Copy full SHA for 5779089
crates/numcodecs-wasm-guest/src/lib.rs
@@ -87,7 +87,7 @@ macro_rules! export_codec {
87
$crate::bindings::export!(Codec with_types_in $crate::bindings);
88
};
89
90
- const _: () {
+ const _: () = {
91
const fn can_only_export_static_codec<T: $crate::numcodecs::StaticCodec>() {}
92
93
can_only_export_static_codec::<$codec>()
0 commit comments