Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update collections.md - simplified entry API example
Simplify the entry API example, as the `&'static str` doesn't add value here, and the entry API isn't actually very useful when you have non-Copy owned keys (like `String`) because you are forced to heap-allocate the String even if the key already exists.
- Loading branch information