Skip to content

Commit 4d41a42

Browse files
committed
arena: fix a typo
1 parent c94bf8b commit 4d41a42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libarena/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -563,7 +563,7 @@ mod tests {
563563

564564
struct Noncopy {
565565
string: String,
566-
array: Vec<int> ,
566+
array: Vec<int>,
567567
}
568568

569569
#[test]

0 commit comments

Comments
 (0)