We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d625b18 + d148bf5 commit 0159528Copy full SHA for 0159528
src/lib.rs
@@ -230,7 +230,7 @@
230
#![cfg_attr(all(feature="i128_support", feature="nightly"), feature(i128_type, i128))]
231
#![cfg_attr(all(feature="simd_support", feature="nightly"), feature(stdsimd))]
232
#![cfg_attr(feature = "stdweb", recursion_limit="128")]
233
-#![cfg_attr(feature = "wasm-bindgen", feature(proc_macro))]
+#![cfg_attr(feature = "wasm-bindgen", feature(use_extern_macros))]
234
#![cfg_attr(feature = "wasm-bindgen", feature(wasm_import_module))]
235
#![cfg_attr(feature = "wasm-bindgen", feature(wasm_custom_section))]
236
0 commit comments