Rename LegacyEnv to UnsafeMutableEnv

This commit is contained in:
Mark McCaskey
2020-11-20 14:21:54 -08:00
parent c5aec5dd9a
commit eeed1b9124
7 changed files with 25 additions and 28 deletions

View File

@@ -8,7 +8,7 @@ pub use self::function::{
};
#[cfg(feature = "deprecated")]
pub use self::function::{LegacyEnv, WithLegacyEnv};
pub use self::function::{UnsafeMutableEnv, WithUnsafeMutableEnv};
pub use self::global::Global;
pub use self::memory::Memory;
pub use self::table::Table;