ast: Disallow unused imports
This commit is contained in:
parent
c7d1aa4d2c
commit
0a99a37bd8
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user