Skip to content

Commit 886f115

Browse files
jswrennhawkw
andauthored
tweak usage of ? syntax
Co-authored-by: Eliza Weisman <[email protected]>
1 parent d33e57a commit 886f115

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/cmd/ping.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ impl Ping {
5656
name = "Ping::apply",
5757
skip(self, dst),
5858
fields(
59-
?msg = self.msg,
59+
msg = ?self.msg,
6060
),
6161
)]
6262
pub(crate) async fn apply(self, dst: &mut Connection) -> crate::Result<()> {

0 commit comments

Comments
 (0)