Skip to content

Commit

Permalink
sync: make sync.Direction public (#19047)
Browse files Browse the repository at this point in the history
  • Loading branch information
kbkpbot committed Aug 3, 2023
1 parent 8ee1667 commit fe9bdd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vlib/sync/channels.c.v
Expand Up @@ -26,7 +26,7 @@ mut:
nxt &Subscription = unsafe { nil }
}

enum Direction {
pub enum Direction {
pop
push
}
Expand Down

0 comments on commit fe9bdd4

Please sign in to comment.