Skip to content

Commit 5f9b8c1

Browse files
authored
Merge pull request #3 from migerh/fix-proc-macro-feature
Use the new feature flag for procedural macros
2 parents 3decd90 + 8ac01fa commit 5f9b8c1

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
@@ -49,7 +49,7 @@
4949
//! }
5050
//! ```
5151
52-
#![feature(proc_macro, wasm_custom_section, wasm_import_module)]
52+
#![feature(use_extern_macros, wasm_custom_section, wasm_import_module)]
5353

5454
#[macro_use]
5555
extern crate cfg_if;

0 commit comments

Comments
 (0)