mirror of
https://codeberg.org/unspeaker/tengri.git
synced 2025-12-06 11:46:42 +01:00
cleanup warnings
This commit is contained in:
parent
fa5ff90be6
commit
aa66760b8c
3 changed files with 1 additions and 4 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue