Make LookaheadIterator Sync and Send
This commit is contained in:
parent
7816397026
commit
d185f3126f
1 changed files with 6 additions and 0 deletions
|
|
@ -2646,6 +2646,12 @@ unsafe impl Sync for Language {}
|
|||
unsafe impl Send for Node<'_> {}
|
||||
unsafe impl Sync for Node<'_> {}
|
||||
|
||||
unsafe impl Send for LookaheadIterator {}
|
||||
unsafe impl Sync for LookaheadIterator {}
|
||||
|
||||
unsafe impl Send for LookaheadNamesIterator<'_> {}
|
||||
unsafe impl Sync for LookaheadNamesIterator<'_> {}
|
||||
|
||||
unsafe impl Send for Parser {}
|
||||
unsafe impl Sync for Parser {}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue