From 306d6e1e7086cbcd0bca267e9affe653084548b2 Mon Sep 17 00:00:00 2001 From: Wolfgang Silbermayr Date: Thu, 4 Aug 2022 09:48:25 +0200 Subject: [PATCH] Add missing doc --- lib/api/src/js/externals/function.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/api/src/js/externals/function.rs b/lib/api/src/js/externals/function.rs index b8bbba359ee..c02a3285fca 100644 --- a/lib/api/src/js/externals/function.rs +++ b/lib/api/src/js/externals/function.rs @@ -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( &self, store: &impl AsStoreRef,