mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-16 23:41:02 +00:00
Clean up sc-allocator (#9295)
This commit is contained in:
@@ -67,7 +67,7 @@
|
||||
//! This is more pronounced (in terms of absolute heap amounts) with larger allocation sizes.
|
||||
|
||||
use crate::Error;
|
||||
use sp_std::{mem, convert::{TryFrom, TryInto}, ops::{Range, Index, IndexMut}};
|
||||
use std::{mem, convert::{TryFrom, TryInto}, ops::{Range, Index, IndexMut}};
|
||||
use sp_wasm_interface::{Pointer, WordSize};
|
||||
|
||||
/// The minimal alignment guaranteed by this allocator.
|
||||
|
||||
Reference in New Issue
Block a user