2 parents 213a633 + c9fa1fe commit ad66840Copy full SHA for ad66840
1 file changed
xtrace-example/src/connection_inner.rs
@@ -185,7 +185,7 @@ impl ConnectionInner {
185
186
// Actually parse the reply
187
let (reply, _remaining) = (request.parser)(packet, &mut Vec::new())?;
188
- println!("server ({}): {:?}", seqno, &reply);
+ println!("server ({}): {:?}", seqno, reply);
189
190
// If it is a reply to a QueryExtension request and the extension is present, update
191
// our state (add the extension to our ext_info).
0 commit comments