aboutsummaryrefslogtreecommitdiffstats
path: root/src/op.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/op.rs')
-rw-r--r--src/op.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/op.rs b/src/op.rs
index d254673b..f9edc635 100644
--- a/src/op.rs
+++ b/src/op.rs
@@ -81,7 +81,6 @@ ast_enum! {
#[cfg(feature = "parsing")]
pub mod parsing {
use super::*;
-
use crate::parse::{Parse, ParseStream, Result};
fn parse_binop(input: ParseStream) -> Result<BinOp> {