Skip to content

Commit f363ff7

Browse files
committed
clippy
1 parent c162a33 commit f363ff7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

executor/src/witgen/jit/debug_formatter.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
use itertools::Itertools;
22
use powdr_ast::analyzed::{
33
AlgebraicBinaryOperation, AlgebraicBinaryOperator, AlgebraicExpression as Expression,
4-
AlgebraicUnaryOperation, PolynomialIdentity, PolynomialType, SelectedExpressions,
4+
AlgebraicUnaryOperation, PolynomialIdentity, SelectedExpressions,
55
};
66
use powdr_number::FieldElement;
77

0 commit comments

Comments
 (0)