Skip to content

Commit

Permalink
update debug
Browse files Browse the repository at this point in the history
  • Loading branch information
cksac committed Dec 20, 2024
1 parent 437531f commit 93e9f1e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/composer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,7 @@ where
.field("nodes", &self.nodes)
.field("states", &self.states)
.field("dirty_states", &self.dirty_states)
.field("used_by", &self.used_by)
.finish()
}
}
1 change: 1 addition & 0 deletions src/recomposer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,7 @@ where
.field("nodes", &c.nodes)
.field("states", &c.states)
.field("dirty_states", &c.dirty_states)
.field("used_by", &c.used_by)
.finish()
}
}

0 comments on commit 93e9f1e

Please sign in to comment.