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