Add in (unsafe and incorrect) impls of Send/Sync that are now required.

This commit is contained in:
Richard Dodd
2019-07-06 16:30:29 +01:00
parent 7fe3dfd4f5
commit 2541507789
5 changed files with 16 additions and 18 deletions

View File

@@ -4,8 +4,8 @@ use std::prelude::v1::*;
use core::slice;
use core::str;
use crate::convert::{FromWasmAbi, IntoWasmAbi, RefFromWasmAbi, RefMutFromWasmAbi, WasmAbi};
use crate::convert::OptionIntoWasmAbi;
use crate::convert::{FromWasmAbi, IntoWasmAbi, RefFromWasmAbi, RefMutFromWasmAbi, WasmAbi};
if_std! {
use core::mem;