stackless docs remove crate::

This commit is contained in:
AF 2023-07-30 12:29:49 +00:00
parent 2ae1a34abe
commit 7136f09ccc

View File

@ -3,7 +3,7 @@
//!
//! For lazy stackful execution see [`lazy`].
//!
//! [`lazy`]: crate::func::instances::lazy
//! [`lazy`]: super::lazy
use std::{cell::Cell, rc::Rc};