solo docs remove crate::

This commit is contained in:
AF 2023-07-30 12:28:40 +00:00
parent 3e08a7cc88
commit 2ae1a34abe

View File

@ -4,9 +4,9 @@
//! //!
//! For abstracting away dealing with fallible data, see [`option`]/[`result`]. //! For abstracting away dealing with fallible data, see [`option`]/[`result`].
//! //!
//! [`future`]: crate::func::instances::future //! [`future`]: super::future
//! [`option`]: crate::func::instances::option //! [`option`]: super::option
//! [`result`]: crate::func::instances::result //! [`result`]: super::result
use crate::func::class_prelude::*; use crate::func::class_prelude::*;