Skip to content

Commit

Permalink
fixup 1.64
Browse files Browse the repository at this point in the history
  • Loading branch information
davidhewitt committed Sep 29, 2022
1 parent 6ee1f04 commit 5adccb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/class/gc.rs
Expand Up @@ -7,7 +7,7 @@ use crate::pyclass::boolean_struct::False;
use crate::{ffi, PyCell, PyClass};
use std::os::raw::{c_int, c_void};

pub use crate::pyclass::{PyTraverseError, PyVisit};
pub use crate::impl_::pymethods::{PyTraverseError, PyVisit};

/// GC support
#[deprecated(since = "0.16.0", note = "prefer `#[pymethods]` to `#[pyproto]`")]
Expand Down

0 comments on commit 5adccb2

Please sign in to comment.