mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-12 22:51:13 +00:00
Get rid of wildcard imports (#1916)
* Get rid of wildcard imports * Update core/service/src/lib.rs Co-Authored-By: cmichi <mich@elmueller.net> * Update core/client/src/client.rs Co-Authored-By: cmichi <mich@elmueller.net> * Import by namespace
This commit is contained in:
committed by
Bastian Köcher
parent
66bc864f29
commit
c485eb8fdc
@@ -41,7 +41,7 @@ use exit_future::Signal;
|
||||
pub use tokio::runtime::TaskExecutor;
|
||||
use substrate_executor::NativeExecutor;
|
||||
use parity_codec::{Encode, Decode};
|
||||
use tel::*;
|
||||
use tel::{telemetry, SUBSTRATE_INFO};
|
||||
|
||||
pub use self::error::{ErrorKind, Error};
|
||||
pub use config::{Configuration, Roles, PruningMode};
|
||||
|
||||
Reference in New Issue
Block a user