rust/compiler/rustc_data_structures/src/graph
Nilstrieb 8bfd6450c7 A few small cleanups for newtype_index
Remove the `..` from the body, only a few invocations used it and it's
inconsistent with rust syntax.

Use `;` instead of `,` between consts. As the Rust syntax gods inteded.
2022-12-18 21:47:28 +01:00
..
dominators A few small cleanups for newtype_index 2022-12-18 21:47:28 +01:00
implementation Revert "Auto merge of #89709 - clemenswasser:apply_clippy_suggestions_2, r=petrochenkov" 2021-10-15 11:28:23 +02:00
iterate Stop enabling in_band_lifetimes in rustc_data_structures 2021-12-05 20:17:35 -08:00
scc compiler: remove unnecessary imports and qualified paths 2022-12-10 18:45:34 +01:00
vec_graph compiler: remove unnecessary imports and qualified paths 2022-12-10 18:45:34 +01:00
mod.rs Rework DepthFirstSearch API 2021-09-08 12:23:37 -04:00
reference.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
tests.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00