mirror of
https://github.com/hannobraun/Fornjot
synced 2025-05-14 14:58:29 +00:00
Display operation IDs in tree
This commit is contained in:
parent
6db578a6b0
commit
4aa5d1aa46
@ -97,6 +97,7 @@ impl Operation for AnyOp {
|
|||||||
|
|
||||||
fn display(&self, f: &mut fmt::Formatter) -> fmt::Result {
|
fn display(&self, f: &mut fmt::Formatter) -> fmt::Result {
|
||||||
self.inner.display(f)?;
|
self.inner.display(f)?;
|
||||||
|
write!(f, " ({:?})", Rc::as_ptr(&self.inner))?;
|
||||||
|
|
||||||
Ok(())
|
Ok(())
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user