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`].
|
//! 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::*;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user