Skip to content

Commit 88b215b

Browse files
committed
I delet ed
1 parent 3652796 commit 88b215b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/lib.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,8 +135,6 @@ pub mod pyndarray {
135135
where
136136
F: Fn(ArrayViewMutD<'_, $primitive>, ArrayViewD<'_, $primitive>) -> PyResult<U>,
137137
G: Fn(ArrayViewMutD<'_, $primitive>, $primitive) -> PyResult<U>,
138-
139-
U: std::fmt::Debug // DELET THIS
140138
{
141139
if let Some(other_array) = value.downcast_ref::<$dtype>() {
142140
self.arr

0 commit comments

Comments
 (0)