Compare commits
1 commit
6c64f744f7
...
36154b6780
Author | SHA1 | Date | |
---|---|---|---|
Antoine Martin | 36154b6780 |
2
.github/workflows/rust.yaml
vendored
2
.github/workflows/rust.yaml
vendored
|
@ -15,7 +15,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v2
|
||||
- name: Format
|
||||
run: cargo fmt --all -- --check
|
||||
- name: Lint
|
||||
|
|
|
@ -223,7 +223,7 @@ mod tests {
|
|||
|
||||
let matches = assign_field_positions(fields, tickets);
|
||||
|
||||
let expected = ["row", "class", "seat"]
|
||||
let expected = (&["row", "class", "seat"])
|
||||
.iter()
|
||||
.copied()
|
||||
.enumerate()
|
||||
|
|
Loading…
Reference in a new issue