Skip to content

Commit 0159528

Browse files
authored
Merge pull request #559 from pitdicker/fix_wasm_bindgen
Fix wasm-bindgen feature
2 parents d625b18 + d148bf5 commit 0159528

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@
230230
#![cfg_attr(all(feature="i128_support", feature="nightly"), feature(i128_type, i128))]
231231
#![cfg_attr(all(feature="simd_support", feature="nightly"), feature(stdsimd))]
232232
#![cfg_attr(feature = "stdweb", recursion_limit="128")]
233-
#![cfg_attr(feature = "wasm-bindgen", feature(proc_macro))]
233+
#![cfg_attr(feature = "wasm-bindgen", feature(use_extern_macros))]
234234
#![cfg_attr(feature = "wasm-bindgen", feature(wasm_import_module))]
235235
#![cfg_attr(feature = "wasm-bindgen", feature(wasm_custom_section))]
236236

0 commit comments

Comments
 (0)