Add trailing newline
This commit is contained in:
parent
ec2e4ba919
commit
88bd624a88
1 changed files with 1 additions and 1 deletions
|
|
@ -333,4 +333,4 @@ fn bench_filter_chain_ref_count(b: &mut Bencher) {
|
|||
b.iter(|| {
|
||||
(0i64..1000000).chain(0..1000000).map(black_box).by_ref().filter(|x| x % 3 == 0).count()
|
||||
})
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue