Skip to content

Commit

Permalink
chore: clippy (#3108)
Browse files Browse the repository at this point in the history
  • Loading branch information
TomAFrench authored Oct 11, 2023
1 parent 7e40274 commit c48251e
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions compiler/noirc_evaluator/src/ssa/acir_gen/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1864,13 +1864,7 @@ impl Context {
mod tests {
use std::{collections::HashMap, rc::Rc};

use acvm::{
acir::{
circuit::Opcode,
native_types::{Expression, Witness},
},
FieldElement,
};
use acvm::FieldElement;

use crate::{
brillig::Brillig,
Expand Down

0 comments on commit c48251e

Please sign in to comment.