Some restructuring
This commit is contained in:
parent
a1777805bc
commit
0eff10688a
|
@ -1,2 +1,3 @@
|
|||
pub mod handlers;
|
||||
pub mod lexer;
|
||||
pub mod util;
|
||||
|
|
|
@ -26,7 +26,6 @@
|
|||
|
||||
pub mod lex;
|
||||
mod tokens;
|
||||
mod util;
|
||||
|
||||
// #[cfg(test)]
|
||||
// mod tests {
|
||||
|
|
|
@ -1,7 +1,3 @@
|
|||
#![allow(non_camel_case_types)]
|
||||
#![allow(non_snake_case)]
|
||||
#![allow(nonstandard_style)]
|
||||
|
||||
// https://www.khronos.org/opengl/wiki/Data_Type_(GLSL)
|
||||
|
||||
#[derive(Debug, Clone, PartialEq)]
|
||||
|
|
Loading…
Reference in a new issue