cl-interpret: fix import in builtin! doctest
This commit is contained in:
parent
eebabf02fb
commit
b115fea71b
@ -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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user