Skip to content

Commit

Permalink
🚨 Silence new clippy warning
Browse files Browse the repository at this point in the history
  • Loading branch information
bash committed Jan 2, 2025
1 parent 96a865f commit cf69aef
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions crates/pycolorsaurus/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
#![allow(
clippy::useless_conversion,
reason = "Useless conversion is in code generated by PYO3"
)]

use pyo3::{
create_exception,
exceptions::{PyException, PyIndexError, PyValueError},
Expand Down

0 comments on commit cf69aef

Please sign in to comment.