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:
Michael Müller
2019-03-04 14:00:46 +01:00
committed by Bastian Köcher
parent 66bc864f29
commit c485eb8fdc
6 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -59,7 +59,7 @@ use log::info;
use lazy_static::lazy_static;
use futures::Future;
use substrate_telemetry::TelemetryEndpoints;
use substrate_telemetry::{telemetry, TelemetryEndpoints};
const MAX_NODE_NAME_LENGTH: usize = 32;