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 d33e57a commit 886f115Copy full SHA for 886f115
src/cmd/ping.rs
@@ -56,7 +56,7 @@ impl Ping {
56
name = "Ping::apply",
57
skip(self, dst),
58
fields(
59
- ?msg = self.msg,
+ msg = ?self.msg,
60
),
61
)]
62
pub(crate) async fn apply(self, dst: &mut Connection) -> crate::Result<()> {
0 commit comments