Skip to content

Commit d185f31

Browse files
committed
Make LookaheadIterator Sync and Send
1 parent 7816397 commit d185f31

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

lib/binding_rust/lib.rs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2646,6 +2646,12 @@ unsafe impl Sync for Language {}
26462646
unsafe impl Send for Node<'_> {}
26472647
unsafe impl Sync for Node<'_> {}
26482648

2649+
unsafe impl Send for LookaheadIterator {}
2650+
unsafe impl Sync for LookaheadIterator {}
2651+
2652+
unsafe impl Send for LookaheadNamesIterator<'_> {}
2653+
unsafe impl Sync for LookaheadNamesIterator<'_> {}
2654+
26492655
unsafe impl Send for Parser {}
26502656
unsafe impl Sync for Parser {}
26512657

0 commit comments

Comments
 (0)