mirror of
https://github.com/pezkuwichain/wasm-instrument.git
synced 2026-04-27 15:17:56 +00:00
Fixes necessary for having no_std imports work with edition2018
This commit is contained in:
+1
-1
@@ -4,7 +4,7 @@
|
||||
|
||||
use parity_wasm::elements;
|
||||
use super::ref_list::{RefList, EntryRef};
|
||||
use std::{
|
||||
use crate::std::{
|
||||
vec::Vec,
|
||||
borrow::ToOwned,
|
||||
string::String,
|
||||
|
||||
Reference in New Issue
Block a user