mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-06-13 13:01:22 +00:00
Remove use_extern_macros
features
This has now been stabilized!
This commit is contained in:
@ -33,8 +33,6 @@
|
||||
//! `Promise`.
|
||||
//!
|
||||
//! ```rust,no_run
|
||||
//! #![feature(use_extern_macros)]
|
||||
//!
|
||||
//! extern crate futures;
|
||||
//! extern crate js_sys;
|
||||
//! extern crate wasm_bindgen;
|
||||
@ -104,7 +102,6 @@
|
||||
//! ```
|
||||
|
||||
#![deny(missing_docs)]
|
||||
#![feature(use_extern_macros)]
|
||||
|
||||
extern crate futures;
|
||||
extern crate wasm_bindgen;
|
||||
|
Reference in New Issue
Block a user