Potential fix for OptionIntoWasmAbi?

This commit is contained in:
Pauan 2019-06-24 17:47:54 +02:00
parent 0a61e12bd1
commit 0359da2060

View File

@ -318,7 +318,7 @@ impl IntoWasmAbi for JsValue {
impl OptionIntoWasmAbi for JsValue {
#[inline]
fn none() -> u32 {
std::u32::MAX
32
}
}