fix(tests): update for bindgen 0.2

master
Ashley Williams 7 years ago
parent 40a5e66d2a
commit 9069378407
  1. 2
      tests/fixtures/bad-cargo-toml/src/lib.rs

@ -1,4 +1,4 @@
#![feature(proc_macro)]
#![feature(proc_macro, wasm_custom_section, wasm_import_module)]
extern crate wasm_bindgen;

Loading…
Cancel
Save