Address clippy::trivially_copy_pass_by_ref issues
This commit is contained in:
parent
0de22c665f
commit
f008c569a6
|
@ -4,6 +4,7 @@ use pyo3::ffi::*;
|
|||
use pyo3::prelude::*;
|
||||
use pyo3::types::{IntoPyDict, PyAny};
|
||||
|
||||
#[allow(clippy::trivially_copy_pass_by_ref)]
|
||||
fn _get_subclasses<'p>(
|
||||
py: &'p Python,
|
||||
py_type: &str,
|
||||
|
|
Loading…
Reference in New Issue