From 0a99a37bd899df51f6b6dde0527a76993e5fa47c Mon Sep 17 00:00:00 2001 From: John Date: Mon, 16 Oct 2023 22:47:16 -0500 Subject: [PATCH] ast: Disallow unused imports --- libconlang/src/lib.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/libconlang/src/lib.rs b/libconlang/src/lib.rs index a6e8d40..25ebeac 100644 --- a/libconlang/src/lib.rs +++ b/libconlang/src/lib.rs @@ -560,8 +560,6 @@ pub mod ast { //! Final := Identifier | Literal | Block | control::Branch //! ``` //! See [control] and [math] for their respective production rules. - - #[allow(unused_imports)] use super::*; /// Contains an expression