Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
doug-q committed Dec 12, 2024
1 parent df38d88 commit 4bde01d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hugr-passes/src/monomorphize.rs
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ pub fn monomorphize(mut h: Hugr) -> Hugr {
/// first).
///
/// TODO replace this with a more general remove-unused-functions pass
/// https://github.com/CQCL/hugr/issues/1753
/// <https://github.com/CQCL/hugr/issues/1753>
pub fn remove_polyfuncs(mut h: Hugr) -> Hugr {
let mut pfs_to_delete = Vec::new();
let mut to_scan = Vec::from_iter(h.children(h.root()));
Expand Down

0 comments on commit 4bde01d

Please sign in to comment.