Skip to content

Commit ac049c3

Browse files
committed
Minor formatting change in a test
1 parent 3647040 commit ac049c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/map.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4069,11 +4069,11 @@ mod test_map {
40694069
});
40704070

40714071
match entry {
4072-
Vacant(_) => panic!(),
40734072
Occupied(e) => {
40744073
assert_eq!(e.key(), &key);
40754074
assert_eq!(e.get(), &new_value);
40764075
}
4076+
Vacant(_) => panic!(),
40774077
}
40784078

40794079
assert_eq!(a[key], new_value);

0 commit comments

Comments
 (0)