cl-interpret: fix import in builtin! doctest

This commit is contained in:
John 2025-02-21 22:49:14 -06:00
parent eebabf02fb
commit b115fea71b

View File

@ -57,7 +57,7 @@ impl super::Callable for Builtin {
/// Turns a function definition into a [Builtin]. /// Turns a function definition into a [Builtin].
/// ///
/// ```rust /// ```rust
/// # use cl_interpret::{builtin2::builtin, convalue::ConValue}; /// # use cl_interpret::{builtin::builtin, convalue::ConValue};
/// let my_builtin = builtin! { /// let my_builtin = builtin! {
/// /// Use the `@env` suffix to bind the environment! /// /// Use the `@env` suffix to bind the environment!
/// /// (needed for recursive calls) /// /// (needed for recursive calls)