diff --git a/tracing-attributes/src/lib.rs b/tracing-attributes/src/lib.rs index a603baa808..adc2410a3a 100644 --- a/tracing-attributes/src/lib.rs +++ b/tracing-attributes/src/lib.rs @@ -803,7 +803,7 @@ impl Parse for Field { } else { None }; - Ok(Self { name, kind, value }) + Ok(Self { name, value, kind }) } }