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.
dyn
Visit
1 parent 4f9987d commit 30d90baCopy full SHA for 30d90ba
tracing-core/src/field.rs
@@ -118,7 +118,7 @@ pub struct Iter {
118
/// }
119
///
120
/// impl<'a> Visit for StringVisitor<'a> {
121
-/// fn record_debug(&mut self, field: &Field, value: &fmt::Debug) {
+/// fn record_debug(&mut self, field: &Field, value: &dyn fmt::Debug) {
122
/// write!(self.string, "{} = {:?}; ", field.name(), value).unwrap();
123
124
0 commit comments