Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
warning: this expression creates a reference which is immediately dereferenced by the compiler --> src/imp_std.rs:212:22 | 212 | wait(&queue, curr_queue); | ^^^^^^ help: change this to: `queue` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow = note: `#[warn(clippy::needless_borrow)]` on by default
- Loading branch information