Skip to content

Commit

Permalink
arena: fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
vks committed Aug 21, 2014
1 parent c94bf8b commit 4d41a42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libarena/lib.rs
Expand Up @@ -563,7 +563,7 @@ mod tests {

struct Noncopy {
string: String,
array: Vec<int> ,
array: Vec<int>,
}

#[test]
Expand Down

0 comments on commit 4d41a42

Please sign in to comment.