Skip to content

Commit 8ac01fa

Browse files
committed
Use the new feature flag for procedural macros
1 parent 3decd90 commit 8ac01fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

+1-1
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)