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