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