rust/crates/hir
Aleksey Kladov 45a8f37b6a Compute more mathematically well-rounded notion of transitive deps
By including the crate itself, we make the resulting set closed with
respect to `transitve_reveres_dependencies` operation, as it becomes a
proper transitive closure. This just feels more proper and mathy.

And, indeed, this actually allows us to simplify call sites somewhat.
2021-03-23 12:49:55 +03:00
..
src Compute more mathematically well-rounded notion of transitive deps 2021-03-23 12:49:55 +03:00
Cargo.toml Return multiple modules in parent_module 2021-03-15 15:15:40 +01:00