mirror of
https://github.com/tree-sitter/tree-sitter.git
synced 2026-09-10 07:26:23 -04:00
Remove Copy, Clone from TSLookaheadIterator raw binding struct
This commit is contained in:
parent
8c789bf7d5
commit
759af6d0a4
|
|
@ -29,7 +29,7 @@ pub struct TSQueryCursor {
|
|||
_unused: [u8; 0],
|
||||
}
|
||||
#[repr(C)]
|
||||
#[derive(Debug, Copy, Clone)]
|
||||
#[derive(Debug)]
|
||||
pub struct TSLookaheadIterator {
|
||||
_unused: [u8; 0],
|
||||
}
|
||||
|
|
|
|||
|
|
@ -6,6 +6,7 @@ no_derive_copy=(
|
|||
TSInput
|
||||
TSLanguage
|
||||
TSLogger
|
||||
TSLookaheadIterator
|
||||
TSParser
|
||||
TSTree
|
||||
TSQuery
|
||||
|
|
|
|||
Loading…
Reference in a new issue