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 d625b18 commit d148bf5Copy full SHA for d148bf5
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