Store relationships on Inherent

This commit is contained in:
Santiago Pastorino 2022-11-25 18:18:03 -03:00
parent 81ee6aebaa
commit 7fe472223e
No known key found for this signature in database
GPG key ID: 8131A24E0C79EFAF
9 changed files with 28 additions and 61 deletions

View file

@ -14,7 +14,6 @@ mod object_safety;
pub mod outlives_bounds;
mod project;
pub mod query;
pub(crate) mod relationships;
mod select;
mod specialize;
mod structural_match;