mirror of
https://github.com/ocaml-tracing/ocaml-trace.git
synced 2026-03-07 18:37:56 -05:00
format
This commit is contained in:
parent
6853fa50f3
commit
cd5785d938
2 changed files with 2 additions and 3 deletions
|
|
@ -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)))
|
||||
|
|
|
|||
|
|
@ -25,4 +25,3 @@ let[@inline] update_map l f =
|
|||
y)
|
||||
|
||||
let[@inline] set_while_locked (self : 'a t) (x : 'a) = self.content <- x
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue