Skip to content

Commit 5618cb3

Browse files
authored
Fix cargo clippy issues 0.1.65 in Rust (#923)
# Description - Fix the latest cargo clippy issues in Rust from the version `0.1.65`
1 parent 1a79774 commit 5618cb3

File tree

5 files changed

+173
-114
lines changed

5 files changed

+173
-114
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
uses: actions-rs/toolchain@v1
4040
with:
4141
profile: default
42-
toolchain: stable
42+
toolchain: "1.64.0" # Switch to "stable" when the 1.67.0 release of https://github.com/rust-lang/rust is published, more information: https://github.com/delta-io/delta-rs/pull/923
4343
override: true
4444
- uses: Swatinem/rust-cache@v1
4545
- name: build and lint with clippy
@@ -64,7 +64,7 @@ jobs:
6464
uses: actions-rs/toolchain@v1
6565
with:
6666
profile: default
67-
toolchain: stable
67+
toolchain: "1.64.0" # Switch to "stable" when the 1.67.0 release of https://github.com/rust-lang/rust is published, more information: https://github.com/delta-io/delta-rs/pull/923
6868
override: true
6969
- uses: Swatinem/rust-cache@v1
7070
- name: Run tests

0 commit comments

Comments
 (0)