mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 21:01:05 +00:00
remove prelude from core, use alloc directly
This commit is contained in:
@@ -4,11 +4,10 @@
|
||||
|
||||
//! Miscellaneous utility helpers.
|
||||
|
||||
use crate::prelude::*;
|
||||
use borrow::ToOwned;
|
||||
use alloc::borrow::ToOwned;
|
||||
use alloc::vec::Vec;
|
||||
use codec::{Compact, Decode, Encode};
|
||||
use derivative::Derivative;
|
||||
use vec::Vec;
|
||||
|
||||
mod account_id;
|
||||
pub mod bits;
|
||||
|
||||
Reference in New Issue
Block a user