arena: fix a typo
This commit is contained in:
parent
c94bf8bb68
commit
4d41a4227c
1 changed files with 1 additions and 1 deletions
|
@ -563,7 +563,7 @@ mod tests {
|
|||
|
||||
struct Noncopy {
|
||||
string: String,
|
||||
array: Vec<int> ,
|
||||
array: Vec<int>,
|
||||
}
|
||||
|
||||
#[test]
|
||||
|
|
Loading…
Reference in a new issue