Reformat imports to a consistent style for imports
rustfmt.toml configuration: imports_granularity = "One" group_imports = "One"
This commit is contained in:
@ -2,11 +2,10 @@
|
||||
|
||||
extern crate test;
|
||||
|
||||
use solana_perf::packet::to_packets_chunked;
|
||||
use solana_perf::recycler::Recycler;
|
||||
use solana_perf::sigverify;
|
||||
use solana_perf::test_tx::test_tx;
|
||||
use test::Bencher;
|
||||
use {
|
||||
solana_perf::{packet::to_packets_chunked, recycler::Recycler, sigverify, test_tx::test_tx},
|
||||
test::Bencher,
|
||||
};
|
||||
|
||||
#[bench]
|
||||
fn bench_sigverify(bencher: &mut Bencher) {
|
||||
|
Reference in New Issue
Block a user