mirror of
https://github.com/async-rs/async-std.git
synced 2025-01-19 20:13:51 +00:00
Actually export Skip
This commit is contained in:
parent
75da138696
commit
fdd81e1b2a
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ mod zip;
|
||||||
|
|
||||||
pub use fuse::Fuse;
|
pub use fuse::Fuse;
|
||||||
pub use scan::Scan;
|
pub use scan::Scan;
|
||||||
use skip::Skip;
|
pub use skip::Skip;
|
||||||
pub use take::Take;
|
pub use take::Take;
|
||||||
pub use zip::Zip;
|
pub use zip::Zip;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue