Skip to content

Commit

Permalink
Disable lint for PyO3 to compile again
Browse files Browse the repository at this point in the history
  • Loading branch information
cschwan committed Mar 6, 2024
1 parent d41d993 commit 7a4fac7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pineappl_py/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// this is needed for PyO3 to work
#![allow(unsafe_op_in_unsafe_fn)]

use pyo3::prelude::*;

pub mod bin;
Expand Down

0 comments on commit 7a4fac7

Please sign in to comment.