We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96a865f commit 88cd710Copy full SHA for 88cd710
crates/pycolorsaurus/src/lib.rs
@@ -1,3 +1,9 @@
1
+// Useless conversion is in code generated by PYO3
2
+// FIXME(msrv): Use `#[allow(..., reason = "...")]`
3
+#![allow(
4
+ clippy::useless_conversion,
5
+)]
6
+
7
use pyo3::{
8
create_exception,
9
exceptions::{PyException, PyIndexError, PyValueError},
0 commit comments