Skip to content

Commit beec050

Browse files
committed
Replace macro_use of quickcheck with normal use
1 parent c66abeb commit beec050

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/dimension/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -429,6 +429,7 @@ mod test {
429429
can_index_slice, can_index_slice_not_custom, max_abs_offset_check_overflow, IntoDimension
430430
};
431431
use error::{from_kind, ErrorKind};
432+
use quickcheck::quickcheck;
432433
use {Dimension, Ix0, Ix1, Ix2, Ix3, IxDyn};
433434

434435
#[test]

src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,6 @@ extern crate num_traits as libnum;
104104
extern crate num_complex;
105105

106106
#[cfg(test)]
107-
#[macro_use(quickcheck)]
108107
extern crate quickcheck;
109108

110109
#[cfg(feature = "docs")]

0 commit comments

Comments
 (0)