chore(api): Remove the deprecated feature and associated code.

This commit is contained in:
Ivan Enderlin
2021-05-31 17:13:14 +02:00
parent 99f42b0c01
commit ff4a127dbb
4 changed files with 0 additions and 123 deletions

View File

@@ -278,8 +278,6 @@ pub mod internals {
//! `wasmer-vm`. Please don't use any of this types directly, as
//! they might change frequently or be removed in the future.
#[cfg(feature = "deprecated")]
pub use crate::externals::{UnsafeMutableEnv, WithUnsafeMutableEnv};
pub use crate::externals::{WithEnv, WithoutEnv};
}