Remove an unused enum and a struct

This commit is contained in:
JRI98 2024-11-28 20:17:17 +00:00
parent 75f13d3f2e
commit 771a34054c
No known key found for this signature in database
GPG key ID: F83B29916FF13F24
2 changed files with 0 additions and 5 deletions

View file

@ -3416,9 +3416,6 @@ pub enum RecordField<'a> {
SpaceAfter(&'a RecordField<'a>, &'a [CommentOrNewline<'a>]),
}
#[derive(Debug)]
pub struct FoundApplyValue;
impl<'a> RecordField<'a> {
fn is_ignored_value(&self) -> bool {
let mut current = self;