src/direct_product.rs

branch
dev
changeset 182
71fa6d3df947
parent 171
fa8df5a14486
child 187
76c77e49581a
--- a/src/direct_product.rs	Fri Sep 05 01:09:21 2025 -0500
+++ b/src/direct_product.rs	Fri Sep 05 13:30:53 2025 -0500
@@ -619,6 +619,7 @@
         }
     }
 
+    /*
     impl<'a, 'py, A, B> IntoPyObject<'py> for &'a mut Pair<A, B>
     where
         &'a mut A: IntoPyObject<'py>,
@@ -646,6 +647,7 @@
             (&self.0, &self.1).into_pyobject(py)
         }
     }
+    */
 
     impl<'py, A, B> FromPyObject<'py> for Pair<A, B>
     where

mercurial