Split DepKindStruct in two.

This commit is contained in:
Camille GILLOT 2021-01-19 19:07:06 +01:00
parent 1ac21e4571
commit cdc0b199a9
5 changed files with 151 additions and 103 deletions

View file

@ -76,6 +76,7 @@ pub mod query;
#[macro_use]
pub mod arena;
#[macro_use]
pub mod dep_graph;
pub mod hir;
pub mod ich;