Fixes necessary for having no_std imports work with edition2018

This commit is contained in:
Alexander Theißen
2020-10-22 12:26:24 +02:00
parent a2653cff5a
commit aebfc0fbd7
15 changed files with 54 additions and 42 deletions
+3 -3
View File
@@ -1,6 +1,6 @@
use std::fmt;
use std::vec::Vec;
use std::borrow::ToOwned;
use crate::std::fmt;
use crate::std::vec::Vec;
use crate::std::borrow::ToOwned;
use parity_wasm::elements::{
self, Section, DataSection, Instruction, DataSegment, InitExpr, Internal, External,