aboutsummaryrefslogtreecommitdiff
path: root/tests/sink_fanout.rs
diff options
context:
space:
mode:
authorChih-Hung Hsieh <chh@google.com>2020-10-26 20:46:43 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2020-10-26 20:46:43 +0000
commita2b749b930f81db8b95730e4f7e1229da59f49a2 (patch)
tree4c035f44f5ab63185eba73ee6a2c53d89859f494 /tests/sink_fanout.rs
parentdb6917d3753d8b851391d1016bf557fb09fbf54a (diff)
parent32ee67eb397bdc1cf4aa9971c5f6eb0c65e656e6 (diff)
downloadfutures-a2b749b930f81db8b95730e4f7e1229da59f49a2.tar.gz
Upgrade rust/crates/futures to 0.3.7 am: 32ee67eb39
Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/futures/+/1473777 Change-Id: I6d835a3ca6604aa66a1ffd25fb317f257396e981
Diffstat (limited to 'tests/sink_fanout.rs')
-rw-r--r--tests/sink_fanout.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/sink_fanout.rs b/tests/sink_fanout.rs
index 62f32f2..7d1fa43 100644
--- a/tests/sink_fanout.rs
+++ b/tests/sink_fanout.rs
@@ -1,4 +1,3 @@
-#[cfg(all(feature = "alloc", feature="std", feature="executor"))] // channel::mpsc, executor::
#[test]
fn it_works() {
use futures::channel::mpsc;