Add trailing newline

This commit is contained in:
Tim Vermeulen 2019-02-27 13:22:18 +01:00
parent ec2e4ba919
commit 88bd624a88

View File

@ -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()
})
}
}