Skip to content

Commit 4b4ecf0

Browse files
authored
Remove unused import (#92)
1 parent ca1b5b1 commit 4b4ecf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cmd/ping.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
use crate::{Connection, Frame, Parse, ParseError};
22
use bytes::Bytes;
3-
use tracing::{debug, instrument};
3+
use tracing::instrument;
44

55
/// Returns PONG if no argument is provided, otherwise
66
/// return a copy of the argument as a bulk.

0 commit comments

Comments
 (0)