diff options
author | JJ | 2023-04-13 03:06:40 +0000 |
---|---|---|
committer | JJ | 2023-04-13 03:37:06 +0000 |
commit | 188631f3bb263700c34d578af5968ab80e699485 (patch) | |
tree | fc4591684f4b9700d03516595e8b3d66d3a58579 /src/util.rs | |
parent | 56f47bb2e5816de7630569a8825914d0620983cc (diff) |
minor cleanupscpsc539
Diffstat (limited to 'src/util.rs')
-rw-r--r-- | src/util.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util.rs b/src/util.rs index 68a8a19..5011ac7 100644 --- a/src/util.rs +++ b/src/util.rs @@ -1,4 +1,4 @@ -#![allow(non_snake_case)] +#![allow(non_snake_case, non_upper_case_globals)] use crate::ast::*; |