tryfuture
: remove #[cfg(doc)]
This commit is contained in:
parent
cef03c08d9
commit
2511d77843
@ -3,6 +3,10 @@
|
|||||||
//! Preferred over building it out of [`composition`].
|
//! Preferred over building it out of [`composition`].
|
||||||
//!
|
//!
|
||||||
//! To embed extra errors, see [`overload::EmbedFail`].
|
//! To embed extra errors, see [`overload::EmbedFail`].
|
||||||
|
//!
|
||||||
|
//! [`future`]: crate::func::instances::future
|
||||||
|
//! [`composition`]: crate::func::instances::composition
|
||||||
|
//! [`overload::EmbedFail`]: crate::func::instances::overload::EmbedFail
|
||||||
|
|
||||||
use std::{future::Future, pin::Pin};
|
use std::{future::Future, pin::Pin};
|
||||||
|
|
||||||
@ -12,8 +16,6 @@ use futures::{
|
|||||||
};
|
};
|
||||||
|
|
||||||
use crate::func::class_prelude::*;
|
use crate::func::class_prelude::*;
|
||||||
#[cfg(doc)]
|
|
||||||
use crate::func::instances::*;
|
|
||||||
|
|
||||||
pub struct TryFutureInstance<E>(E);
|
pub struct TryFutureInstance<E>(E);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user