Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[fixup] tuple format_data()
Browse files Browse the repository at this point in the history
jordens committed Jan 29, 2025
1 parent 34f6039 commit 877cf14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion defmt/src/impls/tuples.rs
Original file line number Diff line number Diff line change
@@ -28,7 +28,7 @@ macro_rules! tuple {
fn _format_data(&self) {
let ($(ref $name,)+) = *self;
$(
export::istr(&self._format_tag());
export::istr(&$name._format_tag());
$name._format_data();
)+
}

0 comments on commit 877cf14

Please sign in to comment.