From 77a9e2af0d4118462a0805e6a8994e04a8a86726 Mon Sep 17 00:00:00 2001 From: JJ Date: Thu, 20 Jul 2023 15:46:57 -0700 Subject: clippy cleanups --- src/lib.rs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/lib.rs') diff --git a/src/lib.rs b/src/lib.rs index 372d8d9..b0098a6 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,10 +1,8 @@ -#![allow(unused_variables, non_upper_case_globals)] +#![allow(unused_variables, non_upper_case_globals, clippy::iter_nth_zero)] #![feature(let_chains)] pub mod ast; pub mod bidirectional; -// pub mod classes; -// pub mod effects; pub mod parser; pub mod util; pub mod simple; -- cgit v1.2.3-70-g09d2