mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 03:31:10 +00:00
Migrate state-db, state-machine, telemetry, test-client and test-runtime to the 2018 edition (#1623)
This commit is contained in:
committed by
Bastian Köcher
parent
2037c52fbe
commit
f98f9ac58a
@@ -21,20 +21,11 @@
|
||||
//! server (if there is one). We use the async drain adapter of `slog`
|
||||
//! so that the logging thread doesn't get held up at all.
|
||||
|
||||
extern crate parking_lot;
|
||||
extern crate ws;
|
||||
extern crate slog_async;
|
||||
extern crate slog_json;
|
||||
#[macro_use]
|
||||
extern crate log;
|
||||
#[macro_use(o)]
|
||||
extern crate slog;
|
||||
extern crate slog_scope;
|
||||
|
||||
use std::{io, time, thread};
|
||||
use std::sync::Arc;
|
||||
use parking_lot::Mutex;
|
||||
use slog::Drain;
|
||||
use slog::{Drain, o};
|
||||
use log::trace;
|
||||
pub use slog_scope::with_logger;
|
||||
|
||||
/// Configuration for telemetry.
|
||||
|
||||
Reference in New Issue
Block a user