We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6853fa5 commit cd5785dCopy full SHA for cd5785d
src/event/dune
@@ -1,7 +1,7 @@
1
-
2
(library
3
(name trace_event)
4
(public_name trace.event)
5
(synopsis "Turns subscriber callbacks into an event type")
6
(libraries
7
- (re_export trace.core) (re_export trace.subscriber)))
+ (re_export trace.core)
+ (re_export trace.subscriber)))
src/fuchsia/lock.ml
@@ -25,4 +25,3 @@ let[@inline] update_map l f =
25
y)
26
27
let[@inline] set_while_locked (self : 'a t) (x : 'a) = self.content <- x
28
0 commit comments