Skip to content

Commit

Permalink
fix compilation error
Browse files Browse the repository at this point in the history
  • Loading branch information
c-cube committed Nov 8, 2023
1 parent 00a5cfc commit 80031c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ws_pool.ml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module WSQ = Ws_deque_
module A = Atomic_
module TLS = Thread_local_storage
module TLS = Thread_local_storage_
include Runner

let ( let@ ) = ( @@ )
Expand Down

0 comments on commit 80031c0

Please sign in to comment.