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
|
//! Final := Identifier | Literal | Block | control::Branch
|
||||||
//! ```
|
//! ```
|
||||||
//! See [control] and [math] for their respective production rules.
|
//! See [control] and [math] for their respective production rules.
|
||||||
|
|
||||||
#[allow(unused_imports)]
|
|
||||||
use super::*;
|
use super::*;
|
||||||
|
|
||||||
/// Contains an expression
|
/// Contains an expression
|
||||||
|
Loading…
Reference in New Issue
Block a user