]> git.lizzy.rs Git - rust.git/commit
Auto merge of #4216 - phansch:replace_nodeset, r=matthiaskrgr
authorbors <bors@rust-lang.org>
Tue, 18 Jun 2019 18:38:30 +0000 (18:38 +0000)
committerbors <bors@rust-lang.org>
Tue, 18 Jun 2019 18:38:30 +0000 (18:38 +0000)
commitec98e53e82c0fda95ce6a486aa63ad9410933523
treedb3af7e1e7bfd80c04aa5f1cf7df22ef09bc0b8b
parent868f168c1c5fa9f19c922f3b0ba5be3980f6b0a9
parentebce5730067031822da329f2643cf018a886db23
Auto merge of #4216 - phansch:replace_nodeset, r=matthiaskrgr

Refactor: Replace NodeSet with HirIdSet

This saves us one HirId -> NodeId conversion.

changelog: none