Switch ping to edition 2018 (#780)

This commit is contained in:
Pierre Krieger
2018-12-13 15:34:35 +01:00
committed by GitHub
parent 0803e36d5a
commit 7b8e3dd613
5 changed files with 4 additions and 20 deletions

View File

@ -81,19 +81,6 @@
//! ```
//!
extern crate arrayvec;
extern crate bytes;
extern crate futures;
extern crate libp2p_core;
extern crate log;
extern crate multistream_select;
extern crate parking_lot;
extern crate rand;
extern crate tokio_codec;
extern crate tokio_io;
extern crate tokio_timer;
extern crate void;
pub use self::dial_layer::PeriodicPing;
pub use self::listen_layer::PingListen;