We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca1b5b1 commit 4b4ecf0Copy full SHA for 4b4ecf0
src/cmd/ping.rs
@@ -1,6 +1,6 @@
1
use crate::{Connection, Frame, Parse, ParseError};
2
use bytes::Bytes;
3
-use tracing::{debug, instrument};
+use tracing::instrument;
4
5
/// Returns PONG if no argument is provided, otherwise
6
/// return a copy of the argument as a bulk.
0 commit comments