solo
docs remove crate::
This commit is contained in:
parent
3e08a7cc88
commit
2ae1a34abe
@ -4,9 +4,9 @@
|
||||
//!
|
||||
//! For abstracting away dealing with fallible data, see [`option`]/[`result`].
|
||||
//!
|
||||
//! [`future`]: crate::func::instances::future
|
||||
//! [`option`]: crate::func::instances::option
|
||||
//! [`result`]: crate::func::instances::result
|
||||
//! [`future`]: super::future
|
||||
//! [`option`]: super::option
|
||||
//! [`result`]: super::result
|
||||
|
||||
use crate::func::class_prelude::*;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user