rust/src/librustc_data_structures
Nicholas Nethercote 70d22fa051 Improve Node::{parent,dependents} interplay.
This patch:

- Reorders things a bit so that `parent` is always handled before
  `dependents`.

- Uses iterator chaining to avoid some code duplication.
2018-06-18 10:04:23 +10:00
..
2018-06-06 15:25:16 +02:00
2018-05-24 12:01:27 -04:00
2018-06-06 15:25:17 +02:00
2018-06-06 15:25:17 +02:00