#![feature(bench_black_box)]
This commit is contained in:
parent
094abed8e4
commit
cde84479b2
|
@ -1,3 +1,5 @@
|
||||||
|
#![feature(bench_black_box)]
|
||||||
|
|
||||||
use rand::prelude::*;
|
use rand::prelude::*;
|
||||||
use rand::distributions::WeightedIndex;
|
use rand::distributions::WeightedIndex;
|
||||||
|
|
||||||
|
@ -512,4 +514,4 @@ pub fn size_of_bitfields() -> Result<(), &'static str> {
|
||||||
Ok(())
|
Ok(())
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue