From 458845e42ba5cea1b32d3013ff443c0fc17139fa Mon Sep 17 00:00:00 2001 From: Alan Lawrence Date: Mon, 23 Dec 2024 17:14:01 +0000 Subject: [PATCH] TEMP allow MakePair to be unused --- hugr-core/src/types.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/hugr-core/src/types.rs b/hugr-core/src/types.rs index 2495d3b56..5a59970e6 100644 --- a/hugr-core/src/types.rs +++ b/hugr-core/src/types.rs @@ -1087,6 +1087,7 @@ pub(crate) mod test { } } + #[allow(unused)] struct MakePair(S, T); impl, T: VarEnvState + Clone> VarEnvState<(A, B)> for MakePair