-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1.55.0 broke the build: ``` error: unused borrow that must be used --> anki/rslib/src/sync/http_client.rs:330:1 | 330 | #[pin_project] | ^^^^^^^^^^^^^^ | note: the lint level is defined here --> anki/rslib/src/lib.rs:4:9 | 4 | #![deny(unused_must_use)] | ^^^^^^^^^^^^^^^ = note: this error originates in the derive macro `::pin_project::__private::__PinProjectInternalDerive` (in Nightly builds, run with -Z macro-backtrace for more info) ```
- Loading branch information
1 parent
51a70e7
commit 28e0aa2
Showing
7 changed files
with
14 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,8 +27,9 @@ jobs: | |
- name: Install Rust | ||
uses: actions-rs/[email protected] | ||
with: | ||
toolchain: stable | ||
toolchain: 1.54.0 | ||
override: true | ||
components: rustfmt | ||
|
||
# actions-rs only accepts "target" (although a "targets" param to be added in v2). We need 7 targets. | ||
- name: Install Rust Targets | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,8 +25,9 @@ jobs: | |
- name: Install Rust | ||
uses: actions-rs/[email protected] | ||
with: | ||
toolchain: stable | ||
toolchain: 1.54.0 | ||
override: true | ||
components: rustfmt | ||
|
||
# actions-rs only accepts "target" (although a "targets" param to be added in v2). We need 7 targets. | ||
- name: Install Rust Targets | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,8 +20,9 @@ jobs: | |
- name: Install Rust | ||
uses: actions-rs/[email protected] | ||
with: | ||
toolchain: stable | ||
toolchain: 1.54.0 | ||
override: true | ||
components: rustfmt | ||
|
||
# actions-rs only accepts "target" (although a "targets" param to be added in v2). We need 7 targets. | ||
- name: Install Rust Targets | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,8 +18,9 @@ jobs: | |
- name: Install Rust | ||
uses: actions-rs/[email protected] | ||
with: | ||
toolchain: stable | ||
toolchain: 1.54.0 | ||
override: true | ||
components: rustfmt | ||
|
||
# actions-rs only accepts "target" (although a "targets" param to be added in v2). We need 7 targets. | ||
- name: Install Rust Targets | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -42,8 +42,9 @@ jobs: | |
- name: Install Rust | ||
uses: actions-rs/[email protected] | ||
with: | ||
toolchain: stable | ||
toolchain: 1.54.0 | ||
override: true | ||
components: rustfmt | ||
|
||
# actions-rs only accepts "target" (although a "targets" param to be added in v2). We need 7 targets. | ||
- name: Install Rust Targets | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -50,8 +50,9 @@ jobs: | |
- name: Install Rust | ||
uses: actions-rs/[email protected] | ||
with: | ||
toolchain: stable | ||
toolchain: 1.54.0 | ||
override: true | ||
components: rustfmt | ||
|
||
# actions-rs only accepts "target" (although a "targets" param to be added in v2). We need 4 targets. | ||
- name: Install Rust Targets | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,8 +16,9 @@ jobs: | |
- name: Install Rust | ||
uses: actions-rs/[email protected] | ||
with: | ||
toolchain: stable | ||
toolchain: 1.54.0 | ||
override: true | ||
components: rustfmt | ||
|
||
# actions-rs only accepts "target" (although a "targets" param to be added in v2). We need 4 targets. | ||
- name: Install Rust Targets | ||
|