mirror of
https://github.com/djibux/BoilR.git
synced 2026-09-01 05:53:41 +02:00
Fix clippy warnings and typos (#434)
* Fix clippy warnings. * Fixe more clippy warnings. * Fix exided lifetime warnings in clippy. * Fix errors. * Fix errors. --------- Co-authored-by: Guy Chronister <guyc.linux.patches@gmail.com>
This commit is contained in:
co-authored by
Guy Chronister
parent
6bc3908fe2
commit
f19bf2e30f
@@ -14,7 +14,7 @@ jobs:
|
||||
test_Ubuntu:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
- name: Rust Cache
|
||||
uses: Swatinem/rust-cache@v2
|
||||
- name: dependencies
|
||||
@@ -28,7 +28,7 @@ jobs:
|
||||
test_Windows:
|
||||
runs-on: windows-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
- name: Install latest stable
|
||||
uses: actions-rs/toolchain@v1
|
||||
with:
|
||||
@@ -41,7 +41,7 @@ jobs:
|
||||
# test_Macos:
|
||||
# runs-on: macos-latest
|
||||
# steps:
|
||||
# - uses: actions/checkout@v3
|
||||
# - uses: actions/checkout@v4
|
||||
# - name: Install latest stable
|
||||
# uses: actions-rs/toolchain@v1
|
||||
# with:
|
||||
|
||||
Reference in New Issue
Block a user