Reformat use declarations.
The previous commit updated `rustfmt.toml` appropriately. This commit is the outcome of running `x fmt --all` with the new formatting options.
This commit is contained in:
@@ -2,6 +2,7 @@ use super::*;
|
||||
|
||||
extern crate test;
|
||||
use std::hint::black_box;
|
||||
|
||||
use test::Bencher;
|
||||
|
||||
#[test]
|
||||
|
||||
Reference in New Issue
Block a user