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:
Tobin C. Harding 2022-07-13 14:29:19 +10:00
parent 6741aa0284
commit 596adff8ba
1 changed files with 0 additions and 1 deletions

View File

@ -452,7 +452,6 @@ mod tests {
}
}
#[cfg(all(test, feature = "unstable"))]
mod benches {
use rand::{thread_rng, RngCore};