mirror of
https://github.com/rustwasm/wasm-bindgen.git
synced 2024-11-28 05:52:21 +03:00
Fix a typo in Closure<FnMut(...)>
This commit is contained in:
parent
b3ee71c20b
commit
f437e06463
@ -228,7 +228,7 @@ macro_rules! doit {
|
||||
R: IntoWasmAbi + 'static,
|
||||
{
|
||||
fn describe() {
|
||||
<&Self>::describe();
|
||||
<&mut Self>::describe();
|
||||
}
|
||||
|
||||
unsafe fn into_abi(me: *mut Self, extra: &mut Stack) -> u32 {
|
||||
|
Loading…
Reference in New Issue
Block a user