Skip to content

Commit

Permalink
Avoid some clippy lints on 1.85. (#2778)
Browse files Browse the repository at this point in the history
* Avoid some clippy lints on 1.85.

* Upload artifacts v4.
  • Loading branch information
LaurentMazare authored Feb 22, 2025
1 parent ac9cdbd commit 9e8bf70
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
Binary file modified .github/workflows/maturin.yml
Binary file not shown.
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 9e8bf70

Please sign in to comment.