Skip to content

Commit

Permalink
chore: make CI happy
Browse files Browse the repository at this point in the history
  • Loading branch information
curryrasul committed Aug 23, 2024
1 parent 46d1725 commit d8e07ce
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/process.rs
Original file line number Diff line number Diff line change
Expand Up @@ -421,6 +421,7 @@ fn handle_call(
/// Handles an infix operation.
/// - If both inputs are variables, it directly computes the operation.
/// - If one or both inputs are signals, it constructs the corresponding circuit gate.
///
/// Returns the access to a variable containing the result of the operation or the signal of the output gate.
fn handle_infix_op(
ac: &mut Compiler,
Expand Down Expand Up @@ -479,6 +480,7 @@ fn handle_infix_op(
/// Handles a prefix operation.
/// - If input is a variable, it directly computes the operation.
/// - If input is a signal, it handles it like an infix op against a constant.
///
/// Returns the access to a variable containing the result of the operation or the signal of the output gate.
fn handle_prefix_op(
ac: &mut Compiler,
Expand Down

0 comments on commit d8e07ce

Please sign in to comment.