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 CI failures #111

Merged
merged 2 commits into from
Sep 16, 2024
Merged

Fix CI failures #111

merged 2 commits into from
Sep 16, 2024

Conversation

```
error: the borrowed expression implements the required traits
  --> async-stream-impl/src/lib.rs:68:40
   |
68 |                         out.append_all(&mut e.to_compile_error().into_iter());
   |                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: change this to: `e.to_compile_error().into_iter()`
   |
   = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrows_for_generic_args
   = note: `-D clippy::needless-borrows-for-generic-args` implied by `-D warnings`
   = help: to override `-D warnings` add `#[allow(clippy::needless_borrows_for_generic_args)]`
```
@taiki-e taiki-e changed the title Fix CI failure Fix CI failures Sep 15, 2024
@taiki-e taiki-e merged commit 0588ec1 into master Sep 16, 2024
5 checks passed
@taiki-e taiki-e deleted the taiki-e/ci branch September 16, 2024 10:40
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