summaryrefslogtreecommitdiff
path: root/candle-pyo3
diff options
context:
space:
mode:
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::*;