2
0
Fork 1
mirror of https://github.com/async-rs/async-std.git synced 2025-02-07 05:05:32 +00:00

fix: Remove unused import

This commit is contained in:
k-nasa 2019-10-29 10:01:41 +09:00
parent 040227f38a
commit ae7adf2c36

View file

@ -1,8 +1,8 @@
use pin_project_lite::pin_project;
use std::pin::Pin;
use crate::prelude::*;
use crate::stream::stream::map::Map;
use crate::stream::{IntoStream, Stream};
use crate::task::{Context, Poll};