Merge pull request #346 from rust-lang/cuviper-patch-1

Fix a misplaced bullet in CHANGELOG.md
This commit is contained in:
Amanieu d'Antras
2022-07-13 13:25:51 +02:00
committed by GitHub
+1 -1
View File
@@ -14,7 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
- Added `Entry` API for `HashSet`. (#342)
- Added `Extend<&'a (K, V)> for HashMap<K, V, S, A>`. (#340)
- Added length-based short-circuiting for hash table iteration. (#338)
Added a function to access the `RawTable` of a `HashMap`. (#335)-
- Added a function to access the `RawTable` of a `HashMap`. (#335)
## Changed