Add enumerate combinator to Stream (#832)

This commit is contained in:
Zahari Dichev
2019-01-24 11:50:34 -08:00
committed by Carl Lerche
parent 0ec8986b0b
commit fbad6297c5
5 changed files with 132 additions and 2 deletions
+1 -1
View File
@@ -79,7 +79,7 @@ macro_rules! if_runtime {
)*)
}
#[cfg_attr(feature = "rt-full", macro_use)]
#[macro_use]
extern crate futures;
#[cfg(feature = "io")]