mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 13:59:08 +00:00
Remove an unused enum and a struct
This commit is contained in:
parent
75f13d3f2e
commit
771a34054c
2 changed files with 0 additions and 5 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue