Skip to content

Commit

Permalink
Added missing } from map_in_place rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
tbu- committed Sep 14, 2014
1 parent 79427f0 commit 7ccab3a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/libcollections/vec.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2302,6 +2302,7 @@ mod tests {
assert_eq!(vec.as_ptr(), ptr);
assert_eq!(vec.capacity(), 7);
assert_eq!(vec.len(), 0);
}

#[test]
#[should_fail]
Expand Down

0 comments on commit 7ccab3a

Please sign in to comment.