Skip to content

Commit

Permalink
chore: clippy (noir-lang#3108)
Browse files Browse the repository at this point in the history
  • Loading branch information
TomAFrench authored and Sakapoi committed Oct 19, 2023
1 parent 17332ee commit 7ec48c7
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 7ec48c7

Please sign in to comment.