Ignore missing `# Safety` section in ffi module
This commit is contained in:
parent
3d463e1630
commit
3fae391a3c
|
@ -147,6 +147,8 @@ pub use libc;
|
|||
pub use unindent;
|
||||
|
||||
/// Raw ffi declarations for the c interface of python
|
||||
#[allow(clippy::unknown_clippy_lints)]
|
||||
#[allow(clippy::missing_safety_doc)]
|
||||
pub mod ffi;
|
||||
|
||||
pub mod buffer;
|
||||
|
|
Loading…
Reference in New Issue