Skip to content

Commit

Permalink
Fix new lint.
Browse files Browse the repository at this point in the history
  • Loading branch information
ISibboI committed Jul 26, 2023
1 parent 2cfdb9d commit fd2628e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/token/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -429,8 +429,7 @@ fn partial_tokens_to_tokens(mut tokens: &[PartialToken]) -> EvalexprResult<Vec<T
},
_ => return Err(EvalexprError::unmatched_partial_token(first, second)),
},
}
.into_iter(),
},
);

tokens = &tokens[cutoff..];
Expand Down

0 comments on commit fd2628e

Please sign in to comment.