]> git.lizzy.rs Git - rust.git/commit
Merge #973
authorbors[bot] <bors[bot]@users.noreply.github.com>
Thu, 14 Mar 2019 08:32:13 +0000 (08:32 +0000)
committerbors[bot] <bors[bot]@users.noreply.github.com>
Thu, 14 Mar 2019 08:32:13 +0000 (08:32 +0000)
commitf7065c294c24b48014f2b2594126dad4a43caee8
treed978fe7a2ca5ed38c169537387157239e7737faf
parent9280788b1eb7efb27ac1cc1308ac0b4c739c7eaf
parentadad641c521fc9f4a02e6d3672ad0718aa66ca91
Merge #973

973: derive Hash for ra_hir::ModuleDef r=matklad a=pcpthm

I wanted to use `HashSet` but it seems like `Hash` derive is missing for no reason.

Co-authored-by: pcpthm <pcpthm@gmail.com>