Fixes for clippy 1.72. (#587)

This commit is contained in:
Laurent Mazare
2023-08-24 17:46:17 +01:00
committed by GitHub
parent c265ac50fa
commit e21c686cdc
5 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,4 @@
#![allow(clippy::redundant_closure_call)]
use crate::backend::{BackendDevice, BackendStorage};
use crate::op::{
BackpropOp, BinaryOp, CmpOp, CustomOp1, CustomOp2, CustomOp3, Op, ReduceOp, UnaryOp,