Rust vec bench import specific rand::RngCore

This commit is contained in:
Ivan Tham 2020-09-25 22:19:28 +08:00 committed by GitHub
parent 521d8d8a22
commit 939fd37643
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
use rand::prelude::*;
use rand::RngCore;
use std::iter::{repeat, FromIterator};
use test::{black_box, Bencher};