2
0
Fork 1
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:
Fedor Sakharov 2019-09-21 16:40:58 +03:00
parent 75da138696
commit fdd81e1b2a
No known key found for this signature in database
GPG key ID: 93D436E666BF0FEE

View file

@ -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;