fix headers and apply

This commit is contained in:
Folkert 2021-02-02 02:14:46 +01:00
parent 56f6770804
commit 736fa73e88
3 changed files with 30 additions and 19 deletions

View file

@ -332,8 +332,8 @@ where
let after_parse = state.clone();
match by.parse(arena, state) {
Ok((fail_progress, _, state)) => Err((
fail_progress,
Ok((_, _, state)) => Err((
NoProgress,
Fail {
attempting: state.attempting,
reason: FailReason::ConditionFailed,