Cleaning up compiler warnings.
This commit is contained in:
@@ -27,7 +27,9 @@ pub enum Token<'s> {
|
||||
|
||||
#[derive(Debug)]
|
||||
pub struct TextWithProperties<'s> {
|
||||
#[allow(dead_code)]
|
||||
text: &'s str,
|
||||
#[allow(dead_code)]
|
||||
properties: Vec<Token<'s>>,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user