Fix clippy.

main
Tom Alexander 4 months ago
parent 6e71acdb7d
commit 99b2af6c99
Signed by: talexander
GPG Key ID: D3A179C9A53C0EDE

@ -11,6 +11,7 @@ macro_rules! to_wasm {
$wasm_context: crate::wasm::to_wasm::ToWasmContext<'_>,
) -> Result<Self::Output, crate::error::CustomError> {
let $original = self;
#[allow(unused_braces)]
$fnbody
}
}

Loading…
Cancel
Save