Skip to content

fix(lint): fix ambiguity linter error in compio-io#777

Merged
Berrysoft merged 1 commit intocompio-rs:masterfrom
johnnyshields:fix-compio-io-lint
Mar 17, 2026
Merged

fix(lint): fix ambiguity linter error in compio-io#777
Berrysoft merged 1 commit intocompio-rs:masterfrom
johnnyshields:fix-compio-io-lint

Conversation

@johnnyshields
Copy link
Contributor

Surfaced during H2 PR test run:

error[E0034]: multiple applicable items in scope
  --> compio-io/tests/framed.rs:61:39
   |
61 |         self.0.get_ref().lock().await.flush().await
   |                                       ^^^^^ multiple `flush` found
   |
   = note: candidate #1 is defined in an impl of the trait `futures_util::SinkExt` for the type `T`
   = note: candidate #2 is defined in an impl of the trait `compio_io::AsyncWrite` for the type `std::vec::Vec<u8, A>`

@Berrysoft Berrysoft merged commit 3eaa764 into compio-rs:master Mar 17, 2026
66 of 67 checks passed
@github-actions github-actions bot mentioned this pull request Mar 17, 2026
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