doc(c-api) Remove incorrect link.

This commit is contained in:
Ivan Enderlin
2021-02-01 15:00:13 +01:00
parent d48bc1e67e
commit 9a835a4fdc

View File

@@ -27,10 +27,6 @@ pub unsafe extern "C" fn wasm_extern_copy(r#extern: &wasm_extern_t) -> Box<wasm_
}
/// Delete an extern.
///
/// # Example
///
/// See `wasm_extern_copy`.
#[no_mangle]
pub unsafe extern "C" fn wasm_extern_delete(_extern: Option<Box<wasm_extern_t>>) {}