Update lib/api/src/engine.rs

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

View File

@@ -19,7 +19,7 @@ impl Engine {
since = "4.0.0",
note = "engine.cloned() has been deprecated in favor of engine.clone()"
)]
/// Returns the [`Tunables`].
/// Returns the [`Engine`].
pub fn cloned(&self) -> Self {
self.clone()
}