Skip to content

Commit

Permalink
Merge branch 'master' into peekable-stream
Browse files Browse the repository at this point in the history
  • Loading branch information
dingxiangfei2009 committed Jan 7, 2020
2 parents 3e2a88b + f9e404f commit 5dbab1a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions futures-macro/src/lib.rs
Expand Up @@ -10,6 +10,9 @@

#![doc(html_root_url = "https://docs.rs/futures-join-macro/0.3.0")]

// Since https://github.com/rust-lang/cargo/pull/7700 `proc_macro` is part of the prelude for
// proc-macro crates, but to support older compilers we still need this explicit `extern crate`.
#[allow(unused_extern_crates)]
extern crate proc_macro;

use proc_macro::TokenStream;
Expand Down

0 comments on commit 5dbab1a

Please sign in to comment.