]> git.lizzy.rs Git - rust.git/commitdiff
Rollup merge of #84337 - matklad:insert_or_insert, r=jyn514
authorDylan DPC <dylan.dpc@gmail.com>
Tue, 20 Apr 2021 09:08:27 +0000 (11:08 +0200)
committerGitHub <noreply@github.com>
Tue, 20 Apr 2021 09:08:27 +0000 (11:08 +0200)
Clarify the difference between insert and get_or_insert

Took me a while to realize that the two are actually different.


Trivial merge