Browse Source

Remove `feature(alloc)` declarations which are no longer needed.

pull/381/head
Dan Gohman 5 years ago
parent
commit
e2efa6318b
  1. 1
      wasmtime-environ/src/lib.rs
  2. 1
      wasmtime-jit/src/lib.rs

1
wasmtime-environ/src/lib.rs

@ -25,7 +25,6 @@
)
)]
#![no_std]
#![cfg_attr(not(feature = "std"), feature(alloc))]
#[cfg(not(feature = "std"))]
#[macro_use]

1
wasmtime-jit/src/lib.rs

@ -22,7 +22,6 @@
)
)]
#![no_std]
#![cfg_attr(not(feature = "std"), feature(alloc))]
#[cfg(not(feature = "std"))]
#[macro_use]

Loading…
Cancel
Save