Always generate Arbitrary instances, not just with cfg(test)
This commit is contained in:
@@ -93,7 +93,6 @@ macro_rules! signed_impls {
|
||||
}
|
||||
}
|
||||
|
||||
#[cfg(test)]
|
||||
impl Arbitrary for $sname {
|
||||
fn arbitrary<G>(g: &mut G) -> $sname
|
||||
where G: Gen
|
||||
|
||||
Reference in New Issue
Block a user