Skip to content

Commit

Permalink
Update compiler/noirc_evaluator/src/ssa.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
TomAFrench authored Jun 24, 2024
1 parent 339c388 commit fc2e5f8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion compiler/noirc_evaluator/src/ssa.rs
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,6 @@ pub struct SsaEvaluatorOptions {
/// Compiles the [`Program`] into [`ACIR``][acvm::acir::circuit::Program].
///
/// The output ACIR is backend-agnostic and so must go through a transformation pass before usage in proof generation.
#[allow(clippy::type_complexity)]
#[tracing::instrument(level = "trace", skip_all)]
pub fn create_program(
program: Program,
Expand Down

0 comments on commit fc2e5f8

Please sign in to comment.