diff --git a/src/cmd/ping.rs b/src/cmd/ping.rs index ea8bf7c..14a467e 100644 --- a/src/cmd/ping.rs +++ b/src/cmd/ping.rs @@ -1,6 +1,6 @@ use crate::{Connection, Frame, Parse, ParseError}; use bytes::Bytes; -use tracing::{debug, instrument}; +use tracing::instrument; /// Returns PONG if no argument is provided, otherwise /// return a copy of the argument as a bulk.