lazy
: remove #[cfg(doc)]
This commit is contained in:
parent
a64478d6f2
commit
74d15d5a5a
@ -6,12 +6,12 @@
|
||||
//! actually fully cancel the "unnecessary" computation.
|
||||
//!
|
||||
//! For stackless execution see [`stackless`].
|
||||
//!
|
||||
//! [`stackless`]: crate::func::instances::stackless
|
||||
|
||||
use std::{cell::RefCell, rc::Rc};
|
||||
|
||||
use crate::func::class_prelude::*;
|
||||
#[cfg(doc)]
|
||||
use crate::func::instances::*;
|
||||
|
||||
pub struct LazyInstance;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user