sapling/futures-ext/src
David Tolnay 01a10353b7 rust/futures: Make macros work without FutureExt trait in scope
Summary:
Previously:

```
error[E0599]: no method named `boxify` found for type `futures::future::result_::FutureResult<_, _>` in the current scope
  --> experimental/dtolnay/thttp/main.rs:23:21
   |
23 |     let transport = try_boxfuture!(HttpClient::new(ENDPOINT));
   |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   |
   = help: items from traits can only be used if the trait is in scope
   = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
help: the following trait is implemented but not in scope, perhaps add a `use` for it:
   |
1  | use futures_ext::FutureExt;
   |
```

Reviewed By: Imxset21

Differential Revision: D16134586

fbshipit-source-id: 324d2c7223c5e71ffc1f4390cd8fc0b488243c00
2019-07-05 14:31:30 -07:00
..
bytes_stream futures-ext: BytesStream: don't busy loop on EOF 2019-07-05 04:13:50 -07:00
stream_wrappers remove all extern create statements 2019-05-21 12:25:33 -07:00
bounded_traversal.rs add bounded_traversal_stream 2019-07-04 03:54:12 -07:00
decode.rs remove all extern create statements 2019-05-21 12:25:33 -07:00
encode.rs remove all extern create statements 2019-05-21 12:25:33 -07:00
futures_ordered.rs mononoke: rustfmt 2019-01-18 08:35:52 -08:00
io.rs async-compression: remove the no-compression compressor/decompressor 2018-01-15 10:36:31 -08:00
launch.rs rust/futures: Add futures_ext::top_level_launch 2019-07-04 12:00:03 -07:00
lib.rs rust/futures: Make macros work without FutureExt trait in scope 2019-07-05 14:31:30 -07:00
select_all.rs mononoke: fix select_all() 2018-04-10 02:22:51 -07:00
streamfork.rs remove all extern create statements 2019-05-21 12:25:33 -07:00