mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-29 00:00:11 +02:00
codec: make tracing feature optional for codecs (#6434)
Signed-off-by: Jens Reidel <[email protected]>
This commit is contained in:
@@ -12,7 +12,6 @@ use std::borrow::{Borrow, BorrowMut};
|
||||
use std::io;
|
||||
use std::pin::Pin;
|
||||
use std::task::{Context, Poll};
|
||||
use tracing::trace;
|
||||
|
||||
pin_project! {
|
||||
#[derive(Debug)]
|
||||
|
||||
Reference in New Issue
Block a user