Skip to content

Conversation

@dtolnay
Copy link
Owner

@dtolnay dtolnay commented Apr 17, 2021

Closes #161.

dtolnay added 3 commits April 17, 2021 15:54
    error: generally you want to avoid `&mut &mut _` if possible
        --> tests/test.rs:1355:13
         |
    1355 | /             futures::select! {
    1356 | |                 _ = async {
    1357 | |                     println!("{}", self.0);
    1358 | |                 }.fuse() => {}
    1359 | |             }
         | |_____________^
         |
         = note: `-D clippy::mut-mut` implied by `-D clippy::pedantic`
         = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#mut_mut
         = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
@dtolnay dtolnay merged commit 979ecce into master Apr 17, 2021
@dtolnay dtolnay deleted the select branch April 17, 2021 23:11
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.

Not compatible with tokio::select!.

2 participants