Add missing doc

This commit is contained in:
Wolfgang Silbermayr
2022-08-04 09:48:25 +02:00
parent 566c897e57
commit 6582db9ba4

View File

@@ -397,6 +397,7 @@ impl Function {
}
#[deprecated(since = "3.0.0", note = "native() has been renamed to typed().")]
/// Transform this WebAssembly function into a typed function.
pub fn native<Args, Rets>(
&self,
store: &impl AsStoreRef,