arena: fix a typo

This commit is contained in:
Vinzent Steinberg
2014-08-20 23:41:02 -04:00
parent c94bf8bb68
commit 4d41a4227c
+1 -1
View File
@@ -563,7 +563,7 @@ pub fn bench_copy_old_arena(b: &mut Bencher) {
struct Noncopy {
string: String,
array: Vec<int> ,
array: Vec<int>,
}
#[test]