Skip to content

Commit

Permalink
unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Thunkar committed Mar 11, 2024
1 parent 50af064 commit 534c5b0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions noir/noir-repo/aztec_macros/src/utils/ast_utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@ use noirc_errors::{Span, Spanned};
use noirc_frontend::{
token::SecondaryAttribute, BinaryOpKind, CallExpression, CastExpression, Expression,
ExpressionKind, FunctionReturnType, Ident, IndexExpression, InfixExpression, Lambda,
LetStatement, MemberAccessExpression, MethodCallExpression, NoirTraitImpl, Path, Pattern,
PrefixExpression, Statement, StatementKind, TraitImplItem, UnaryOp, UnresolvedType,
UnresolvedTypeData,
LetStatement, MemberAccessExpression, MethodCallExpression, Path, Pattern, PrefixExpression,
Statement, StatementKind, UnaryOp, UnresolvedType, UnresolvedTypeData,
};

//
Expand Down

0 comments on commit 534c5b0

Please sign in to comment.