summaryrefslogtreecommitdiff
path: root/candle-pyo3
diff options
context:
space:
mode:
authorLaurent Mazare <laurent.mazare@gmail.com>2023-08-24 17:46:17 +0100
committerGitHub <noreply@github.com>2023-08-24 17:46:17 +0100
commite21c686cdc82ca07d77570c29a8a110040136c5c (patch)
tree7575a3ae5be0b7a6f672caafa8995eb91e248129 /candle-pyo3
parentc265ac50fae267464b5eca402ffbe8ccdf75d68d (diff)
downloadcandle-e21c686cdc82ca07d77570c29a8a110040136c5c.tar.gz
candle-e21c686cdc82ca07d77570c29a8a110040136c5c.tar.bz2
candle-e21c686cdc82ca07d77570c29a8a110040136c5c.zip
Fixes for clippy 1.72. (#587)
Diffstat (limited to 'candle-pyo3')
-rw-r--r--candle-pyo3/src/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/candle-pyo3/src/lib.rs b/candle-pyo3/src/lib.rs
index b3cc9374..4dd7b3ea 100644
--- a/candle-pyo3/src/lib.rs
+++ b/candle-pyo3/src/lib.rs
@@ -1,3 +1,4 @@
+#![allow(clippy::redundant_closure_call)]
// TODO: Handle negative dimension indexes.
use pyo3::exceptions::{PyTypeError, PyValueError};
use pyo3::prelude::*;