diff --git a/core/src/muxing.rs b/core/src/muxing.rs index 16a0c88b2f8..ba3170be1ad 100644 --- a/core/src/muxing.rs +++ b/core/src/muxing.rs @@ -51,7 +51,7 @@ //! The upgrade process will take ownership of the connection, which makes it possible for the //! implementation of `StreamMuxer` to control everything that happens on the wire. -use futures::{AsyncRead, AsyncWrite, task::Context, task::Poll}; +use futures::{task::Context, task::Poll, AsyncRead, AsyncWrite}; use multiaddr::Multiaddr; use std::io;