We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a793582 commit 3a150d5Copy full SHA for 3a150d5
leaf/src/proxy/mod.rs
@@ -27,7 +27,6 @@ use {
27
std::os::unix::io::{AsRawFd, RawFd},
28
tokio::io::AsyncWriteExt,
29
tokio::net::UnixStream,
30
- tracing::trace,
31
};
32
33
use crate::{
0 commit comments