Skip to content

Commit 64a127c

Browse files
committed
Remove ununsed pyint impl block
1 parent 2b1b768 commit 64a127c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/types/num.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ pyobject_native_type_core!(PyInt, pyobject_native_static_type_object!(ffi::PyLon
2020
#[deprecated(since = "0.23.0", note = "use `PyInt` instead")]
2121
pub type PyLong = PyInt;
2222

23-
impl PyInt {}
24-
2523
impl PyInt {
2624
/// Creates a new Python int object.
2725
///

0 commit comments

Comments
 (0)