We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62d5aa5 commit 47008b0Copy full SHA for 47008b0
futures/tests/async_await_macros.rs
@@ -1,3 +1,5 @@
1
+#![allow(clippy::collapsible_match)] // https://github.com/rust-lang/rust-clippy/issues/7591
2
+
3
use futures::channel::{mpsc, oneshot};
4
use futures::executor::block_on;
5
use futures::future::{self, poll_fn, FutureExt};
0 commit comments