ast: Disallow unused imports

This commit is contained in:
John 2023-10-16 22:47:16 -05:00
parent c7d1aa4d2c
commit 0a99a37bd8

View File

@ -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