mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-10 14:48:27 +00:00
Update lib/api/src/engine.rs
This commit is contained in:
@@ -16,7 +16,7 @@ pub struct Engine(pub(crate) engine_imp::Engine);
|
|||||||
|
|
||||||
impl Engine {
|
impl Engine {
|
||||||
#[deprecated(
|
#[deprecated(
|
||||||
since = "4.0.0",
|
since = "3.2.0",
|
||||||
note = "engine.cloned() has been deprecated in favor of engine.clone()"
|
note = "engine.cloned() has been deprecated in favor of engine.clone()"
|
||||||
)]
|
)]
|
||||||
/// Returns the [`Engine`].
|
/// Returns the [`Engine`].
|
||||||
|
|||||||
Reference in New Issue
Block a user