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 0d1b897
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions crates/pycolorsaurus/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Useless conversion is in code generated by PYO3
// FIXME(msrv): Use `#[allow(..., reason = "...")]`
#![allow(clippy::useless_conversion)]

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

0 comments on commit 0d1b897

Please sign in to comment.