cleanup warnings

This commit is contained in:
🪞👃🪞 2025-04-27 01:57:20 +03:00
parent fa5ff90be6
commit aa66760b8c
3 changed files with 1 additions and 4 deletions

View file

@ -12,7 +12,7 @@ mod dsl_error; pub use self::dsl_error::*;
mod dsl_token; pub use self::dsl_token::*;
mod dsl_iter; pub use self::dsl_iter::*;
mod dsl_context; pub use self::dsl_context::*;
mod dsl_macros; pub use self::dsl_macros::*;
mod dsl_macros;
//#[cfg(test)] #[test] fn test_examples () -> Result<(), ParseError> {
//// Let's pretend to render some view.