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
I would accept a PR to add the corresponding #[allow()] attribute to the generated code, but please consider submitting issues to https://github.com/rust-lang/rust-clippy to fix the underlying problems.
Version
tokio v1.27.0
Platform
Rust playground.
Description
Clippy return errors that originate inside
select!
.I tried this code (playground):
I expected to see this happen: clippy run without errors.
Instead, this happened: clippy return errors due to error in the macro
select!
.The text was updated successfully, but these errors were encountered: