composition
: remove #[cfg(doc)]
This commit is contained in:
parent
0a9ce9822f
commit
4b2043368b
@ -3,10 +3,13 @@
|
|||||||
//! For changing behaviour of existing [instances], see [`overload`].
|
//! For changing behaviour of existing [instances], see [`overload`].
|
||||||
//!
|
//!
|
||||||
//! For [`future`]-[`result`] composition, see [`tryfuture`].
|
//! For [`future`]-[`result`] composition, see [`tryfuture`].
|
||||||
|
//!
|
||||||
|
//! [`overload`]: crate::func::instances::overload
|
||||||
|
//! [`future`]: crate::func::instances::future
|
||||||
|
//! [`result`]: crate::func::instances::result
|
||||||
|
//! [`tryfuture`]: crate::func::instances::tryfuture
|
||||||
|
|
||||||
use crate::func::class_prelude::*;
|
use crate::func::class_prelude::*;
|
||||||
#[cfg(doc)]
|
|
||||||
use crate::func::instances::*;
|
|
||||||
|
|
||||||
pub struct CompositionInstance<U, V>(U, V);
|
pub struct CompositionInstance<U, V>(U, V);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user