remove bad comments

This commit is contained in:
Nicholas Sim 2020-12-28 21:25:18 +08:00
parent 717050af4b
commit f26a1ea8b1
1 changed files with 0 additions and 2 deletions

View File

@ -1,12 +1,10 @@
use crate::ffi::object::*;
use std::os::raw::{c_double, c_int};
// #[cfg(all(not(PyPy), Py_LIMITED_API))]
#[cfg(Py_LIMITED_API)]
// TODO: remove (see https://github.com/PyO3/pyo3/pull/1341#issuecomment-751515985)
opaque_struct!(PyFloatObject);
// #[cfg(any(PyPy, not(Py_LIMITED_API)))]
#[cfg(not(Py_LIMITED_API))]
#[repr(C)]
pub struct PyFloatObject {