difftreelog
cargo fmt
in: master
5 files changed
runtime/common/src/lib.rsdiffbeforeafterboth17#![cfg_attr(not(feature = "std"), no_std)]17#![cfg_attr(not(feature = "std"), no_std)]181819pub mod constants;19pub mod constants;20pub mod construct_runtime;20pub mod dispatch;21pub mod dispatch;21pub mod eth_sponsoring;22pub mod eth_sponsoring;22pub mod runtime_apis;23pub mod runtime_apis;23pub mod sponsoring;24pub mod sponsoring;24pub mod types;25pub mod types;25pub mod weights;26pub mod weights;26pub mod construct_runtime;2727runtime/common/src/weights.rsdiffbeforeafterbothno syntactic changes
runtime/opal/src/lib.rsdiffbeforeafterboth35use sp_runtime::{35use sp_runtime::{36 traits::{Applyable, Member},36 traits::{Applyable, Member},37 generic::Era,37 generic::Era,38 DispatchErrorWithPostInfo38 DispatchErrorWithPostInfo,39};39};40// #[cfg(any(feature = "std", test))]40// #[cfg(any(feature = "std", test))]41// pub use sp_runtime::BuildStorage;41// pub use sp_runtime::BuildStorage;runtime/quartz/src/lib.rsdiffbeforeafterboth35use sp_runtime::{35use sp_runtime::{36 traits::{Applyable, Member},36 traits::{Applyable, Member},37 generic::Era,37 generic::Era,38 DispatchErrorWithPostInfo38 DispatchErrorWithPostInfo,39};39};40// #[cfg(any(feature = "std", test))]40// #[cfg(any(feature = "std", test))]41// pub use sp_runtime::BuildStorage;41// pub use sp_runtime::BuildStorage;runtime/unique/src/lib.rsdiffbeforeafterboth36use sp_runtime::{36use sp_runtime::{37 traits::{Applyable, Member},37 traits::{Applyable, Member},38 generic::Era,38 generic::Era,39 DispatchErrorWithPostInfo39 DispatchErrorWithPostInfo,40};40};41// #[cfg(any(feature = "std", test))]41// #[cfg(any(feature = "std", test))]42// pub use sp_runtime::BuildStorage;42// pub use sp_runtime::BuildStorage;