Skip to content

Commit 1ada3a7

Browse files
authored
Merge pull request #346 from rust-lang/cuviper-patch-1
Fix a misplaced bullet in CHANGELOG.md
2 parents a1c3dd0 + 5afe06c commit 1ada3a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
1414
- Added `Entry` API for `HashSet`. (#342)
1515
- Added `Extend<&'a (K, V)> for HashMap<K, V, S, A>`. (#340)
1616
- Added length-based short-circuiting for hash table iteration. (#338)
17-
Added a function to access the `RawTable` of a `HashMap`. (#335)-
17+
- Added a function to access the `RawTable` of a `HashMap`. (#335)
1818

1919
## Changed
2020

0 commit comments

Comments
 (0)