You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2021-07-11T20:21:40.3858380Z error: unused borrow that must be used
2021-07-11T20:21:40.3896150Z --> anki/rslib/src/sync/http_client.rs:330:1
2021-07-11T20:21:40.3897650Z |
2021-07-11T20:21:40.3898930Z 330 | #[pin_project]
2021-07-11T20:21:40.3900160Z | ^^^^^^^^^^^^^^
2021-07-11T20:21:40.3904350Z |
2021-07-11T20:21:40.3905730Z note: the lint level is defined here
2021-07-11T20:21:40.3907710Z --> anki/rslib/src/lib.rs:4:9
2021-07-11T20:21:40.3909150Z |
2021-07-11T20:21:40.3910440Z 4 | #![deny(unused_must_use)]
2021-07-11T20:21:40.3911720Z | ^^^^^^^^^^^^^^^
2021-07-11T20:21:40.3915130Z = note: this error originates in the derive macro `::pin_project::__private::__PinProjectInternalDerive` (in Nightly builds, run with -Z macro-backtrace for more info)
2021-07-11T20:21:40.3916890Z
2021-07-11T20:21:40.3919400Z error: unused borrow that must be used
2021-07-11T20:21:40.3921580Z --> anki/rslib/src/sync/http_client.rs:330:1
2021-07-11T20:21:40.3924570Z |
2021-07-11T20:21:40.3925850Z 330 | #[pin_project]
2021-07-11T20:21:40.3927090Z | ^^^^^^^^^^^^^^
2021-07-11T20:21:40.3928270Z |
2021-07-11T20:21:40.3931430Z = note: this error originates in the derive macro `::pin_project::__private::__PinProjectInternalDerive` (in Nightly builds, run with -Z macro-backtrace for more info)
No version upgrades, likely a nightly issue
The text was updated successfully, but these errors were encountered:
No version upgrades, likely a nightly issue
The text was updated successfully, but these errors were encountered: