add comment to debug impl
This commit is contained in:
parent
0317e5bfd6
commit
c89a5d62ee
1 changed files with 1 additions and 0 deletions
|
|
@ -51,6 +51,7 @@ pub struct FrameData<'tcx> {
|
|||
|
||||
impl<'tcx> std::fmt::Debug for FrameData<'tcx> {
|
||||
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
|
||||
// Omitting `timing`, it does not support `Debug`.
|
||||
f.debug_struct("FrameData")
|
||||
.field("call_id", &self.call_id)
|
||||
.field("catch_unwind", &self.catch_unwind)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue