mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 22:11:06 +00:00
Remove compilation warnings. (#2835)
* Remove compilation warnings. * Allow unused only not in tests. * Remove unnecessary mut. * Make CI happy. * Revert "Make CI happy." This reverts commit abb865fe4b9fe9af1ae3ec801da9d4305ea35765.
This commit is contained in:
committed by
Bastian Köcher
parent
ad2d958248
commit
6feab51069
@@ -40,7 +40,7 @@ use consensus_common::import_queue::{
|
||||
use client::{
|
||||
block_builder::api::BlockBuilder as BlockBuilderApi,
|
||||
blockchain::ProvideCache,
|
||||
runtime_api::{ApiExt, Core as CoreApi},
|
||||
runtime_api::ApiExt,
|
||||
error::Result as CResult,
|
||||
backend::AuxStore,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user