Added missing }
from map_in_place
rebase
This commit is contained in:
parent
79427f0bc0
commit
7ccab3ae8a
@ -2302,6 +2302,7 @@ fn test_move_iter_unwrap() {
|
||||
assert_eq!(vec.as_ptr(), ptr);
|
||||
assert_eq!(vec.capacity(), 7);
|
||||
assert_eq!(vec.len(), 0);
|
||||
}
|
||||
|
||||
#[test]
|
||||
#[should_fail]
|
||||
|
Loading…
Reference in New Issue
Block a user