We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4b9d3c commit 9e6aac2Copy full SHA for 9e6aac2
src/lib.rs
@@ -3,7 +3,6 @@ use pyo3::prelude::*;
3
use std::hash::{Hash, Hasher};
4
5
/// A wrapper for `PyObject` to implement `Hash` and `Eq`.
6
-#[derive(Clone)]
7
pub struct PyObjectWrapper(PyObject);
8
9
impl PyObjectWrapper {
0 commit comments