mirror of
https://github.com/huggingface/candle.git
synced 2025-06-14 09:57:10 +00:00
Avoid some clippy lints on 1.85. (#2778)
* Avoid some clippy lints on 1.85. * Upload artifacts v4.
This commit is contained in:
BIN
.github/workflows/maturin.yml
vendored
BIN
.github/workflows/maturin.yml
vendored
Binary file not shown.
@ -1,4 +1,5 @@
|
|||||||
#![allow(clippy::redundant_closure_call)]
|
#![allow(clippy::redundant_closure_call)]
|
||||||
|
#![allow(clippy::useless_conversion)]
|
||||||
use pyo3::exceptions::{PyTypeError, PyValueError};
|
use pyo3::exceptions::{PyTypeError, PyValueError};
|
||||||
use pyo3::prelude::*;
|
use pyo3::prelude::*;
|
||||||
use pyo3::pyclass::CompareOp;
|
use pyo3::pyclass::CompareOp;
|
||||||
|
Reference in New Issue
Block a user