Skip to content

Commit 23528d2

Browse files
committed
fix: interpolation
1 parent 7de41d3 commit 23528d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libdd-profiling-ffi/src/profile_status.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ pub enum TryFromProfileStatusError {
131131
#[error("failed to convert profile status because the pointer was null")]
132132
Null,
133133
#[error(
134-
"failed to convert profile status because the flags were incorrect for the conversion: `0`"
134+
"failed to convert profile status because the flags were incorrect for the conversion: `{0}`"
135135
)]
136136
IncorrectFlags(usize),
137137
}

0 commit comments

Comments
 (0)