Fix comparing key and mark prefix/suffix as optional.

This commit is contained in:
Tom Alexander
2023-10-09 15:41:21 -04:00
parent f6155ecf93
commit 8a0f9d4540
3 changed files with 40 additions and 20 deletions

View File

@@ -14,7 +14,6 @@ use crate::types::AstNode;
#[derive(Debug)]
pub(crate) enum EmacsField<'s> {
Required(&'s str),
#[allow(dead_code)]
Optional(&'s str),
}