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 64d71ea commit 0a2f613Copy full SHA for 0a2f613
inoculate/src/trace.rs
@@ -129,12 +129,12 @@ impl CargoFormatter {
129
130
// === impl Visitor ===
131
132
-impl<'styles, 'writer> Visitor<'styles, 'writer> {
+impl Visitor<'_, '_> {
133
const MESSAGE: &'static str = "message";
134
const INDENT: usize = 12;
135
}
136
137
-impl<'styles, 'writer> Visit for Visitor<'styles, 'writer> {
+impl Visit for Visitor<'_, '_> {
138
fn record_debug(&mut self, field: &Field, value: &dyn fmt::Debug) {
139
// If we're writing the first field of the event, either emit cargo
140
// formatting, or a level header.
0 commit comments