Skip to content

Commit 8965de5

Browse files
committed
make ffi crate no_std
1 parent fd08f98 commit 8965de5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pyo3-ffi/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#![no_std]
12
#![cfg_attr(docsrs, feature(doc_cfg))]
23
//! Raw FFI declarations for Python's C API.
34
//!

0 commit comments

Comments
 (0)