mirror of
https://github.com/pezkuwichain/wasm-instrument.git
synced 2026-04-28 22:38:00 +00:00
Fixes necessary for having no_std imports work with edition2018
This commit is contained in:
+3
-3
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user