Skip to content

Commit

Permalink
cargo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rzadp committed Mar 14, 2024
1 parent 79fac62 commit 56c4a9f
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions templates/minimal/runtime/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,6 @@ use frame_support::{
use frame_system::pallet_prelude::*;
use frame_support::pallet_prelude::*;
use frame_system_rpc_runtime_api;
use sp_api::*;
use sp_api::runtime_decl_for_metadata;

use sp_api::runtime_decl_for_core;
use sp_block_builder::runtime_decl_for_block_builder;
use frame_system_rpc_runtime_api::runtime_decl_for_account_nonce_api;

use sp_core;
use sp_core::*;
Expand All @@ -47,8 +41,6 @@ use sp_std::prelude::*;
use sp_runtime::generic;
use sp_runtime::*;
use sp_runtime::OpaqueExtrinsic;
use sp_session;
use sp_offchain;

use sp_runtime::traits;

Expand Down Expand Up @@ -95,10 +87,6 @@ pub use sp_block_builder::*;


mod apis {
pub use sp_core::OpaqueMetadata;
pub use sp_inherents::{CheckInherentsResult, InherentData};
pub use sp_runtime::{ApplyExtrinsicResult, ExtrinsicInclusionMode};

pub use frame_system_rpc_runtime_api::*;
pub use sp_api::{self, *};
pub use sp_block_builder::*;
Expand Down

0 comments on commit 56c4a9f

Please sign in to comment.