Skip to content

Commit

Permalink
rename var
Browse files Browse the repository at this point in the history
  • Loading branch information
bertiqwerty committed Jul 26, 2024
1 parent 4eb9dd2 commit 633657e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/core.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1022,7 +1022,7 @@ fn test_op_reprs() {
s: &'a str,
uo_reference: &[&str],
bo_reference: &[&str],
all_reference: &[&str],
ao_reference: &[&str],
) {
let expr = EX::parse(s).unwrap();
let uops = expr.unary_reprs().to_vec();
Expand All @@ -1036,7 +1036,7 @@ fn test_op_reprs() {
.iter()
.map(|s| s.to_string())
.collect::<Vec<_>>();
let mut ao_reference = all_reference
let mut ao_reference = ao_reference
.iter()
.map(|s| s.to_string())
.collect::<Vec<_>>();
Expand Down

0 comments on commit 633657e

Please # to comment.