Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: pin toolchain at 1.54.0 #141

Merged
merged 1 commit into from
Oct 3, 2021
Merged

fix: pin toolchain at 1.54.0 #141

merged 1 commit into from
Oct 3, 2021

Conversation

david-allison
Copy link
Member

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)

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)

```
@mikehardy
Copy link
Member

nice

@david-allison david-allison merged commit 28e0aa2 into main Oct 3, 2021
@david-allison david-allison deleted the fix-rustc-update branch October 3, 2021 18:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants