mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-12 05:18:43 +00:00
Rename LegacyEnv to UnsafeMutableEnv
This commit is contained in:
@@ -47,7 +47,7 @@ pub mod internals {
|
||||
//! they might change frequently or be removed in the future.
|
||||
|
||||
#[cfg(feature = "deprecated")]
|
||||
pub use crate::externals::{LegacyEnv, WithLegacyEnv};
|
||||
pub use crate::externals::{UnsafeMutableEnv, WithUnsafeMutableEnv};
|
||||
pub use crate::externals::{WithEnv, WithoutEnv};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user