mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-06-19 07:51:26 +00:00
Add one more webkit-specific whitelist in web-sys (#1865)
* Add one more webkit-specific whitelist in web-sys * Run rustfmt
This commit is contained in:
@ -130,7 +130,7 @@ impl Task {
|
||||
// resources associated with the future ASAP.
|
||||
Poll::Ready(()) => {
|
||||
*borrow = None;
|
||||
},
|
||||
}
|
||||
|
||||
// Unlike `singlethread.rs` we are responsible for ensuring there's
|
||||
// a closure to handle the notification that a Future is ready. In
|
||||
|
Reference in New Issue
Block a user