Skip to content

Commit 7ccab3a

Browse files
committed
Added missing } from map_in_place rebase
1 parent 79427f0 commit 7ccab3a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/libcollections/vec.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2302,6 +2302,7 @@ mod tests {
23022302
assert_eq!(vec.as_ptr(), ptr);
23032303
assert_eq!(vec.capacity(), 7);
23042304
assert_eq!(vec.len(), 0);
2305+
}
23052306

23062307
#[test]
23072308
#[should_fail]

0 commit comments

Comments
 (0)