Update lib/api/src/engine.rs

This commit is contained in:
Syrus Akbary
2023-02-28 09:17:27 -08:00
committed by GitHub
parent d5c7b8ac18
commit 4fb02b87dd

View File

@@ -16,7 +16,7 @@ pub struct Engine(pub(crate) engine_imp::Engine);
impl Engine {
#[deprecated(
since = "4.0.0",
since = "3.2.0",
note = "engine.cloned() has been deprecated in favor of engine.clone()"
)]
/// Returns the [`Engine`].