mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 14:01:06 +00:00
Update macro use and optimize storage collection (#13970)
This commit is contained in:
@@ -83,11 +83,10 @@
|
||||
#![cfg_attr(not(feature = "std"), no_std)]
|
||||
#![cfg_attr(feature = "runtime-benchmarks", recursion_limit = "1024")]
|
||||
|
||||
#[macro_use]
|
||||
mod gas;
|
||||
mod address;
|
||||
mod benchmarking;
|
||||
mod exec;
|
||||
mod gas;
|
||||
mod migration;
|
||||
mod schedule;
|
||||
mod storage;
|
||||
|
||||
Reference in New Issue
Block a user