Skip to content

Commit 47008b0

Browse files
authored
Ignore buggy clippy::collapsible_match lint (#2482)
1 parent 62d5aa5 commit 47008b0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

futures/tests/async_await_macros.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#![allow(clippy::collapsible_match)] // https://github.com/rust-lang/rust-clippy/issues/7591
2+
13
use futures::channel::{mpsc, oneshot};
24
use futures::executor::block_on;
35
use futures::future::{self, poll_fn, FutureExt};

0 commit comments

Comments
 (0)