Skip to content

Commit 4eba6fa

Browse files
clippy
1 parent ad24bf4 commit 4eba6fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/accelerate/src/high_level_synthesis.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -910,7 +910,7 @@ fn py_synthesize_operation(
910910
// Check if the operation can be skipped.
911911
if definitely_skip_op(
912912
py,
913-
&data,
913+
data,
914914
&op.operation,
915915
&input_qubits
916916
.iter()

0 commit comments

Comments
 (0)