solo
: remove #[cfg(doc)]
This commit is contained in:
parent
a2d6ffa256
commit
d39725ea37
@ -3,10 +3,12 @@
|
|||||||
//! For async, see [`future`].
|
//! For async, see [`future`].
|
||||||
//!
|
//!
|
||||||
//! 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
|
||||||
|
//! [`option`]: crate::func::instances::option
|
||||||
|
//! [`result`]: crate::func::instances::result
|
||||||
|
|
||||||
use crate::func::class_prelude::*;
|
use crate::func::class_prelude::*;
|
||||||
#[cfg(doc)]
|
|
||||||
use crate::func::instances::*;
|
|
||||||
|
|
||||||
#[derive(SharedFunctorAny)]
|
#[derive(SharedFunctorAny)]
|
||||||
pub struct SoloInstance;
|
pub struct SoloInstance;
|
||||||
|
Loading…
Reference in New Issue
Block a user