diff options
Diffstat (limited to 'library/src/visualize/path.rs')
| -rw-r--r-- | library/src/visualize/path.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/library/src/visualize/path.rs b/library/src/visualize/path.rs index db062093..2ef2bc1a 100644 --- a/library/src/visualize/path.rs +++ b/library/src/visualize/path.rs @@ -60,6 +60,7 @@ pub struct PathElem { } impl Layout for PathElem { + #[tracing::instrument(name = "PathElem::layout", skip_all)] fn layout( &self, _: &mut Vt, |
