Skip to content

Commit

Permalink
Avoid some clippy lints on 1.85.
Browse files Browse the repository at this point in the history
  • Loading branch information
LaurentMazare committed Feb 21, 2025
1 parent ac9cdbd commit f0dd84b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions candle-pyo3/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#![allow(clippy::redundant_closure_call)]
#![allow(clippy::useless_conversion)]
use pyo3::exceptions::{PyTypeError, PyValueError};
use pyo3::prelude::*;
use pyo3::pyclass::CompareOp;
Expand Down

0 comments on commit f0dd84b

Please sign in to comment.