Remove Copy, Clone from TSLookaheadIterator raw binding struct
This commit is contained in:
parent
8c789bf7d5
commit
759af6d0a4
2 changed files with 2 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue