Skip to content

Commit 7303a17

Browse files
committed
TEST: Fix conditional import in test
1 parent 7072cd9 commit 7303a17

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/raw_views.rs

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ use ndarray::prelude::*;
22
use ndarray::Zip;
33

44
use std::cell::Cell;
5+
#[cfg(debug_assertions)]
56
use std::mem;
67

78
#[test]

0 commit comments

Comments
 (0)