We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c162a33 commit f363ff7Copy full SHA for f363ff7
executor/src/witgen/jit/debug_formatter.rs
@@ -1,7 +1,7 @@
1
use itertools::Itertools;
2
use powdr_ast::analyzed::{
3
AlgebraicBinaryOperation, AlgebraicBinaryOperator, AlgebraicExpression as Expression,
4
- AlgebraicUnaryOperation, PolynomialIdentity, PolynomialType, SelectedExpressions,
+ AlgebraicUnaryOperation, PolynomialIdentity, SelectedExpressions,
5
};
6
use powdr_number::FieldElement;
7
0 commit comments