Files
rust/src/librustdoc
Yuki Okushi 8752b43900 Rollup merge of #77754 - bugadani:find_map_relevant_impl, r=matthewjasper
Add TraitDef::find_map_relevant_impl

This PR adds a method to `TraitDef`. While `for_each_relevant_impl` covers the general use case, sometimes it's not necessary to scan through all the relevant implementations, so this PR introduces a new method, `find_map_relevant_impl`. I've also replaced the `for_each_relevant_impl` calls where possible.

I'm hoping for a tiny bit of efficiency gain here and there.
2020-10-11 03:19:14 +09:00
..
2020-07-30 14:13:51 -05:00
2020-09-13 20:15:01 -04:00
2020-08-31 13:16:50 +02:00
2020-10-03 14:16:23 +02:00

For more information about how librustdoc works, see the rustc dev guide.