Fix WASM tests

This commit is contained in:
varkor 2018-08-05 22:48:49 +01:00
parent a8b5b95d65
commit 7e7622a714
2 changed files with 0 additions and 2 deletions

View File

@ -9,7 +9,6 @@
// except according to those terms.
#![crate_type = "cdylib"]
#![feature(wasm_custom_section)]
#![deny(warnings)]
extern crate foo;

View File

@ -9,7 +9,6 @@
// except according to those terms.
#![crate_type = "rlib"]
#![feature(wasm_custom_section)]
#![deny(warnings)]
#[link_section = "foo"]