lazy docs remove crate::

This commit is contained in:
AF 2023-07-30 12:25:16 +00:00
parent bbdc7e790a
commit 0fa4fa6193

View File

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