Cleaning up compiler warnings.

This commit is contained in:
Tom Alexander
2023-04-21 18:22:17 -04:00
parent f4aaa43497
commit 04dfffc000
7 changed files with 11 additions and 31 deletions

View File

@@ -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>>,
}