Remove Copy, Clone from TSLookaheadIterator raw binding struct

This commit is contained in:
Andrew Hlynskyi 2023-07-17 10:52:33 +03:00
parent 8c789bf7d5
commit 759af6d0a4
2 changed files with 2 additions and 1 deletions

View file

@ -29,7 +29,7 @@ pub struct TSQueryCursor {
_unused: [u8; 0],
}
#[repr(C)]
#[derive(Debug, Copy, Clone)]
#[derive(Debug)]
pub struct TSLookaheadIterator {
_unused: [u8; 0],
}

View file

@ -6,6 +6,7 @@ no_derive_copy=(
TSInput
TSLanguage
TSLogger
TSLookaheadIterator
TSParser
TSTree
TSQuery