summaryrefslogtreecommitdiffstats
path: root/tokio-util/src/codec/decoder.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tokio-util/src/codec/decoder.rs')
-rw-r--r--tokio-util/src/codec/decoder.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tokio-util/src/codec/decoder.rs b/tokio-util/src/codec/decoder.rs
index 720e0b6e..dfe5f8ee 100644
--- a/tokio-util/src/codec/decoder.rs
+++ b/tokio-util/src/codec/decoder.rs
@@ -1,7 +1,7 @@
use crate::codec::encoder::Encoder;
use crate::codec::Framed;
-use tokio_io::{AsyncRead, AsyncWrite};
+use tokio::io::{AsyncRead, AsyncWrite};
use bytes::BytesMut;
use std::io;