summaryrefslogtreecommitdiff
path: root/library/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'library/src/lib.rs')
-rw-r--r--library/src/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/library/src/lib.rs b/library/src/lib.rs
index 3254dfd8..98ec121a 100644
--- a/library/src/lib.rs
+++ b/library/src/lib.rs
@@ -29,6 +29,7 @@ pub fn build() -> Library {
}
/// Construct the module with global definitions.
+#[tracing::instrument(skip_all)]
fn global(math: Module, calc: Module) -> Module {
let mut global = Scope::deduplicating();