Skip to content

Commit c89a5d6

Browse files
authored
add comment to debug impl
1 parent 0317e5b commit c89a5d6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/machine.rs

+1
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ pub struct FrameData<'tcx> {
5151

5252
impl<'tcx> std::fmt::Debug for FrameData<'tcx> {
5353
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
54+
// Omitting `timing`, it does not support `Debug`.
5455
f.debug_struct("FrameData")
5556
.field("call_id", &self.call_id)
5657
.field("catch_unwind", &self.catch_unwind)

0 commit comments

Comments
 (0)