Always generate Arbitrary instances, not just with cfg(test)
This commit is contained in:
@@ -34,7 +34,6 @@ mod shift;
|
||||
#[macro_use]
|
||||
mod subtraction;
|
||||
|
||||
#[cfg(test)]
|
||||
use quickcheck::{Arbitrary,Gen};
|
||||
use std::cmp::{Ord,Ordering,PartialOrd};
|
||||
use std::fmt;
|
||||
|
||||
Reference in New Issue
Block a user