Remove unneeded whitespace
We do not customarily put two lines of whitespace before modules. Remove unneeded whitespace from before the `benches` module.
This commit is contained in:
parent
6741aa0284
commit
596adff8ba
|
@ -452,7 +452,6 @@ mod tests {
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
#[cfg(all(test, feature = "unstable"))]
|
||||
mod benches {
|
||||
use rand::{thread_rng, RngCore};
|
||||
|
|
Loading…
Reference in New Issue