diff --git a/lib/binding_rust/lib.rs b/lib/binding_rust/lib.rs index 461c9557..ad20507e 100644 --- a/lib/binding_rust/lib.rs +++ b/lib/binding_rust/lib.rs @@ -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 {}