overload
: remove #[cfg(doc)]
This commit is contained in:
parent
0efbbef9f4
commit
bf91751199
@ -3,12 +3,12 @@
|
||||
//! Initially made as [`EmbedFail`] implementation detail.
|
||||
//!
|
||||
//! For combining existing [instances], see [`composition`].
|
||||
//!
|
||||
//! [`composition`]: instances::composition
|
||||
|
||||
use std::marker::PhantomData;
|
||||
|
||||
use crate::func::class_prelude::*;
|
||||
#[cfg(doc)]
|
||||
use crate::func::instances::*;
|
||||
|
||||
pub struct OverloadInstance<T, O>(T, O);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user