Skip to content

Commit

Permalink
fix: use debug for tracing fields
Browse files Browse the repository at this point in the history
  • Loading branch information
benluelo committed Dec 4, 2024
1 parent 5419a6c commit 13fd606
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/move-bindgen/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ async fn main() -> Result<(), Bde> {
let tracing_instrument_fields = if param_types.is_empty() {
quote!()
} else {
quote!(#(%#idents,)*)
quote!(#(?#idents,)*)
};

let generic_type_params = f.generic_type_params
Expand Down

0 comments on commit 13fd606

Please sign in to comment.