Skip to content

Commit

Permalink
Update crates/circuit/src/dag_circuit.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Raynel Sanchez <[email protected]>
  • Loading branch information
mtreinish and raynelfss authored Feb 11, 2025
1 parent 03c5ba6 commit d78d7a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/circuit/src/dag_circuit.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5645,7 +5645,7 @@ impl DAGCircuit {
///
/// # Returns
///
/// The removed PackedInstruction is returned
/// The removed [PackedInstruction] is returned
pub fn remove_op_node(&mut self, index: NodeIndex) -> PackedInstruction {
let mut edge_list: Vec<(NodeIndex, NodeIndex, Wire)> = Vec::new();
for (source, in_weight) in self
Expand Down

0 comments on commit d78d7a2

Please sign in to comment.