Skip to content

Commit

Permalink
TEMP allow MakePair to be unused
Browse files Browse the repository at this point in the history
  • Loading branch information
acl-cqc committed Dec 23, 2024
1 parent 0735549 commit 458845e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hugr-core/src/types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1087,6 +1087,7 @@ pub(crate) mod test {
}
}

#[allow(unused)]
struct MakePair<S, T>(S, T);

impl<A, B, S: VarEnvState<A>, T: VarEnvState<B> + Clone> VarEnvState<(A, B)> for MakePair<S, T>
Expand Down

0 comments on commit 458845e

Please sign in to comment.