Commit 4db8933
committed
Suppress clippy mut_mut pedantic lint in test suite
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)1 parent 54c5d9c commit 4db8933
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1337 | 1337 | | |
1338 | 1338 | | |
1339 | 1339 | | |
| 1340 | + | |
1340 | 1341 | | |
1341 | 1342 | | |
1342 | 1343 | | |
| |||
0 commit comments