Skip to content

Commit

Permalink
fix issue link
Browse files Browse the repository at this point in the history
  • Loading branch information
ss2165 committed Nov 29, 2023
1 parent f9b7b66 commit 30f831c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/extension/op_def.rs
Original file line number Diff line number Diff line change
Expand Up @@ -247,8 +247,8 @@ impl SignatureFunc {

let res = pf.instantiate(args, exts)?;
// TODO bring this assert back once resource inference is done?
// https://github.com/CQCL-DEV/hugr/issues/425
// assert!(res.contains(self.extension()));
// https://github.com/CQCL/hugr/issues/388
// debug_assert!(res.extension_reqs.contains(def.extension()));
Ok(res)
}
}
Expand Down

0 comments on commit 30f831c

Please sign in to comment.