]> git.lizzy.rs Git - rust.git/commit - src/tools/rust-analyzer
Rollup merge of #89438 - pierwill:prefix-free-hash, r=Amanieu
authorMatthias Krüger <matthias.krueger@famsik.de>
Sun, 10 Oct 2021 16:22:20 +0000 (18:22 +0200)
committerGitHub <noreply@github.com>
Sun, 10 Oct 2021 16:22:20 +0000 (18:22 +0200)
commit06cfd0af48d5e32a8b88c50c65bf46518d217e4e
tree73c6b0576282350e92822969a33686e5a2d5a0b5
parentcfa5391f0bb99571295cd378b7305410dab6f215
parent749194d847bd81d16baf836c8e954f43408ddfa8
Rollup merge of #89438 - pierwill:prefix-free-hash, r=Amanieu

docs: `std::hash::Hash` should ensure prefix-free data

Attempt to synthesize the discussion in #89429 into a suggestion regarding `Hash` implementations (not a hard requirement).

Closes #89429.