future docs remove crate::

This commit is contained in:
AF 2023-07-30 12:24:58 +00:00
parent 4645a5ad08
commit bbdc7e790a

View File

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