diff options
Diffstat (limited to 'library/src/layout/repeat.rs')
| -rw-r--r-- | library/src/layout/repeat.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/library/src/layout/repeat.rs b/library/src/layout/repeat.rs index 4a05500e..384995a4 100644 --- a/library/src/layout/repeat.rs +++ b/library/src/layout/repeat.rs @@ -34,6 +34,7 @@ pub struct RepeatElem { } impl Layout for RepeatElem { + #[tracing::instrument(name = "RepeatElem::layout", skip_all)] fn layout( &self, vt: &mut Vt, |
