From 5dc24c1999255c90c390259b061dccd4fdeb9f36 Mon Sep 17 00:00:00 2001 From: Seyon Sivarajah Date: Wed, 18 Dec 2024 12:50:08 +0000 Subject: [PATCH] undo docs change --- hugr-passes/src/monomorphize.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hugr-passes/src/monomorphize.rs b/hugr-passes/src/monomorphize.rs index 8686d10b0..9c1e69aca 100644 --- a/hugr-passes/src/monomorphize.rs +++ b/hugr-passes/src/monomorphize.rs @@ -251,7 +251,7 @@ use crate::validation::{ValidatePassError, ValidationLevel}; /// /// If the Hugr is [Module](OpType::Module)-rooted, /// * then the original polymorphic [FuncDefn]s are left untouched (including Calls inside them) -/// - call [remove_polyfuncs_ref] when no other Hugr will be linked in that might instantiate these +/// - call [remove_polyfuncs] when no other Hugr will be linked in that might instantiate these /// * else, the originals are removed (they are invisible from outside the Hugr). /// /// If the Hugr is [FuncDefn](OpType::FuncDefn)-rooted with polymorphic