import Vec when run on no_std for wasmi (#11319)

* import Vec when run on no_std for wasmi

* cargo fmt
This commit is contained in:
yjh
2022-04-30 14:11:15 +08:00
committed by GitHub
parent af6773aba9
commit a990473cf9
@@ -16,8 +16,8 @@
// limitations under the License.
//! Implementation of conversions between Substrate and wasmi types.
use crate::{Signature, Value, ValueType};
use sp_std::vec::Vec;
impl From<Value> for wasmi::RuntimeValue {
fn from(value: Value) -> Self {