Skip to content

Commit 749133b

Browse files
chore: ignore useless conversion lint warning from pyo3 (#12450) (#12453)
Co-authored-by: Andrew Glaude <[email protected]>
1 parent 6a4347f commit 749133b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1+
#[allow(clippy::useless_conversion)]
12
mod ddsketch;
2-
33
use pyo3::prelude::*;
44

55
#[pymodule]

0 commit comments

Comments
 (0)