mirror of
https://github.com/rust-lang/rust.git
synced 2025-01-14 16:53:29 +00:00
arena: fix a typo
This commit is contained in:
parent
c94bf8bb68
commit
4d41a4227c
@ -563,7 +563,7 @@ mod tests {
|
||||
|
||||
struct Noncopy {
|
||||
string: String,
|
||||
array: Vec<int> ,
|
||||
array: Vec<int>,
|
||||
}
|
||||
|
||||
#[test]
|
||||
|
Loading…
Reference in New Issue
Block a user