Skip to content

Commit

Permalink
s//////////g
Browse files Browse the repository at this point in the history
  • Loading branch information
aborgna-q committed Dec 16, 2024
1 parent 347e449 commit ca105a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tket2/src/rewrite/ecc_rewriter.rs
Original file line number Diff line number Diff line change
Expand Up @@ -175,8 +175,8 @@ impl ECCRewriter {
Self::load_binary_io(&mut file)
}

//// When the ECC gets loaded, all custom operations are an instance of `OpaqueOp`.
//// We need to resolve them into `ExtensionOp`s by validating the definitions.
/// When the ECC gets loaded, all custom operations are an instance of `OpaqueOp`.
/// We need to resolve them into `ExtensionOp`s by validating the definitions.
fn resolve_extension_ops(&mut self) -> Result<(), ExtensionResolutionError> {
self.targets
.iter_mut()
Expand Down

0 comments on commit ca105a8

Please sign in to comment.