mirror of
https://github.com/ocaml-tracing/ocaml-opentelemetry.git
synced 2026-03-09 20:33:36 -04:00
fix warning
This commit is contained in:
parent
35d1782c72
commit
6bdf351313
1 changed files with 1 additions and 1 deletions
|
|
@ -67,5 +67,5 @@ let with_ self v f =
|
||||||
restore_ ();
|
restore_ ();
|
||||||
res
|
res
|
||||||
with e ->
|
with e ->
|
||||||
(restore_ [@inlined]) ();
|
restore_ ();
|
||||||
raise e
|
raise e
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue