Skip to content

Commit 88cd710

Browse files
committed
🚨 Silence new clippy warning
1 parent 96a865f commit 88cd710

File tree

1 file changed

+6
-0
lines changed
  • crates/pycolorsaurus/src

1 file changed

+6
-0
lines changed

crates/pycolorsaurus/src/lib.rs

+6
Original file line numberDiff line numberDiff line change
@@ -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+
17
use pyo3::{
28
create_exception,
39
exceptions::{PyException, PyIndexError, PyValueError},

0 commit comments

Comments
 (0)