Skip to content

Commit 0d1b897

Browse files
committed
🚨 Silence new clippy warning
1 parent 96a865f commit 0d1b897

File tree

1 file changed

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

1 file changed

+4
-0
lines changed

crates/pycolorsaurus/src/lib.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// Useless conversion is in code generated by PYO3
2+
// FIXME(msrv): Use `#[allow(..., reason = "...")]`
3+
#![allow(clippy::useless_conversion)]
4+
15
use pyo3::{
26
create_exception,
37
exceptions::{PyException, PyIndexError, PyValueError},

0 commit comments

Comments
 (0)