We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a39d8f1 commit ae94694Copy full SHA for ae94694
pyo3-macros-backend/src/pyclass.rs
@@ -34,7 +34,6 @@ use crate::pymethod::{
34
};
35
use crate::pyversions::{is_abi3_before, is_py_before};
36
use crate::utils::{self, apply_renaming_rule, Ctx, LitCStr, PythonDoc};
37
-use crate::PyFunctionOptions;
38
39
/// If the class is derived from a Rust `struct` or `enum`.
40
#[derive(Copy, Clone, Debug, PartialEq, Eq)]
0 commit comments