Skip to content

Commit

Permalink
Replace macro_use of quickcheck with normal use
Browse files Browse the repository at this point in the history
  • Loading branch information
jturner314 committed Nov 21, 2018
1 parent c66abeb commit beec050
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions src/dimension/mod.rs
Expand Up @@ -429,6 +429,7 @@ mod test {
can_index_slice, can_index_slice_not_custom, max_abs_offset_check_overflow, IntoDimension
};
use error::{from_kind, ErrorKind};
use quickcheck::quickcheck;
use {Dimension, Ix0, Ix1, Ix2, Ix3, IxDyn};

#[test]
Expand Down
1 change: 0 additions & 1 deletion src/lib.rs
Expand Up @@ -104,7 +104,6 @@ extern crate num_traits as libnum;
extern crate num_complex;

#[cfg(test)]
#[macro_use(quickcheck)]
extern crate quickcheck;

#[cfg(feature = "docs")]
Expand Down

0 comments on commit beec050

Please sign in to comment.