Skip to content

Commit 5da69c6

Browse files
committed
Disable uniformity test on no_std
1 parent 8d021a0 commit 5da69c6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/uniformity.rs

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#![cfg(feature = "std")]
2+
13
#[macro_use]
24
extern crate average;
35
extern crate rand;

0 commit comments

Comments
 (0)