Update macro use and optimize storage collection (#13970)

This commit is contained in:
PG Herveou
2023-04-21 17:24:12 +02:00
committed by GitHub
parent 4411e8cec2
commit 0824b060b4
3 changed files with 15 additions and 16 deletions
+1 -2
View File
@@ -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;