Remove the AttrCount type

Could probably be reintroduced later
This commit is contained in:
Clément Renault 2019-12-13 11:46:53 +01:00
parent 7d67750865
commit 4be23efe66
No known key found for this signature in database
GPG key ID: 0151CDAB43460DAE
2 changed files with 1 additions and 9 deletions

View file

@ -63,11 +63,3 @@ pub struct Highlight {
/// without needing to run the tokenizer again.
pub char_length: u16,
}
#[derive(Debug, Copy, Clone, PartialEq, Eq, PartialOrd, Ord, Hash)]
#[cfg_attr(feature = "zerocopy", derive(AsBytes, FromBytes))]
#[repr(C)]
pub struct AttrCount {
pub attr: u16,
pub count: u16,
}