We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c913efc commit ca1653cCopy full SHA for ca1653c
pyo3-ffi/src/compat.rs
@@ -14,11 +14,11 @@ use crate::object::PyObject;
14
#[cfg(not(Py_3_13))]
15
use std::os::raw::c_int;
16
17
-#[cfg_attr(docsrs, doc(cfg(Py_3_13)))]
+#[cfg_attr(docsrs, doc(cfg(all)))]
18
#[cfg(Py_3_13)]
19
pub use crate::dictobject::PyDict_GetItemRef;
20
21
-#[cfg_attr(docsrs, doc(cfg(not(Py_3_13))))]
22
23
pub unsafe fn PyDict_GetItemRef(
24
dp: *mut PyObject,
0 commit comments