Fixing clippy IntoIterator warnings (#123)

This commit is contained in:
Kevin Lewi
2023-09-20 01:48:44 -07:00
committed by GitHub
parent ee91c9776c
commit c0162ec8d9
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -170,7 +170,7 @@ jobs:
key: taplo
- name: Install Taplo
run: cargo install taplo-cli
run: cargo install taplo-cli --locked
- name: Checkout sources
uses: actions/checkout@v3