ZeroRng in benchmarks doesn't need to be public.

This commit is contained in:
Isis Lovecruft 2017-03-14 23:43:50 +00:00
parent b1105618e7
commit 03f20fdae3
Failed to extract signature

View file

@ -498,7 +498,7 @@ mod bench {
use super::*;
/// A fake RNG which simply returns zeroes.
pub struct ZeroRng;
struct ZeroRng;
impl ZeroRng {
pub fn new() -> ZeroRng {