This commit is contained in:
Simon Cruanes 2025-05-27 09:54:58 -04:00
parent 6853fa50f3
commit cd5785d938
No known key found for this signature in database
GPG key ID: EBFFF6F283F3A2B4
2 changed files with 2 additions and 3 deletions

View file

@ -1,7 +1,7 @@
(library
(name trace_event)
(public_name trace.event)
(synopsis "Turns subscriber callbacks into an event type")
(libraries
(re_export trace.core) (re_export trace.subscriber)))
(re_export trace.core)
(re_export trace.subscriber)))

View file

@ -25,4 +25,3 @@ let[@inline] update_map l f =
y)
let[@inline] set_while_locked (self : 'a t) (x : 'a) = self.content <- x