summaryrefslogtreecommitdiffstats
path: root/tokio-io/src/_tokio_codec/decoder.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tokio-io/src/_tokio_codec/decoder.rs')
-rw-r--r--tokio-io/src/_tokio_codec/decoder.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tokio-io/src/_tokio_codec/decoder.rs b/tokio-io/src/_tokio_codec/decoder.rs
index edc0ecc0..da34aeee 100644
--- a/tokio-io/src/_tokio_codec/decoder.rs
+++ b/tokio-io/src/_tokio_codec/decoder.rs
@@ -1,3 +1,3 @@
// For now, we need to keep the implementation of Encoder in tokio_io.
-pub use codec::Decoder;
+pub use crate::codec::Decoder;