src/instance.rs

branch
dev
changeset 159
279b1f5b8608
parent 155
45d03cf92c23
child 161
5df5258332d1
child 162
bea0c3841ced
--- a/src/instance.rs	Tue Sep 02 12:37:53 2025 -0500
+++ b/src/instance.rs	Tue Sep 02 15:11:35 2025 -0500
@@ -155,7 +155,7 @@
     /// Type for a lightweight intermediate conversion that does not own the original variable.
     /// Usually this is just a reference, but may also be a lightweight structure that
     /// contains references; see the implementation for [`crate::direct_product::Pair`].
-    type Reference<'b>: Instance<X, Self> + Copy
+    type Reference<'b>: Instance<X, Self>
     where
         X: 'b;
 

mercurial