enable and patch up mod eval
Some checks are pending
/ build (push) Waiting to run

This commit is contained in:
same mf who else 2026-03-28 14:44:11 +02:00
parent c0d8c5f1bb
commit 0af46acf36
2 changed files with 16 additions and 11 deletions

View file

@ -25,6 +25,7 @@ pub(crate) use ::{
#[cfg(feature = "lang")] pub extern crate dizzle as lang;
#[cfg(feature = "lang")] pub use ::dizzle::{self, Usually, Perhaps, impl_default};
#[cfg(feature = "lang")] pub mod eval;
#[cfg(feature = "time")] pub mod time;