future
docs remove crate::
This commit is contained in:
parent
4645a5ad08
commit
bbdc7e790a
@ -5,8 +5,8 @@
|
|||||||
//!
|
//!
|
||||||
//! For fallible futures, see [`tryfuture`].
|
//! For fallible futures, see [`tryfuture`].
|
||||||
//!
|
//!
|
||||||
//! [`solo`]: crate::func::instances::solo
|
//! [`solo`]: super::solo
|
||||||
//! [`tryfuture`]: crate::func::instances::tryfuture
|
//! [`tryfuture`]: super::tryfuture
|
||||||
//! [`.await`]: https://doc.rust-lang.org/std/keyword.await.html
|
//! [`.await`]: https://doc.rust-lang.org/std/keyword.await.html
|
||||||
|
|
||||||
use std::{future::Future, pin::Pin};
|
use std::{future::Future, pin::Pin};
|
||||||
|
Loading…
Reference in New Issue
Block a user