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

@@ -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};
}