mirror of
https://github.com/rust-lang/rust.git
synced 2026-06-02 15:56:09 +03:00
arena: fix a typo
This commit is contained in:
+1
-1
@@ -563,7 +563,7 @@ pub fn bench_copy_old_arena(b: &mut Bencher) {
|
||||
|
||||
struct Noncopy {
|
||||
string: String,
|
||||
array: Vec<int> ,
|
||||
array: Vec<int>,
|
||||
}
|
||||
|
||||
#[test]
|
||||
|
||||
Reference in New Issue
Block a user