We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
generate
1 parent 63bf2a9 commit 17c4589Copy full SHA for 17c4589
crates/rust/src/lib.rs
@@ -488,6 +488,7 @@ pub struct Resource<T: WasmResource> {
488
/// drop a resource.
489
///
490
/// This generally is implemented by generated code, not user-facing code.
491
+#[allow(clippy::missing_safety_doc)]
492
pub unsafe trait WasmResource {
493
/// Invokes the `[resource-drop]...` intrinsic.
494
unsafe fn drop(handle: u32);
0 commit comments