Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/hir-ty/src/chalk_db.rs')
| -rw-r--r-- | crates/hir-ty/src/chalk_db.rs | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/crates/hir-ty/src/chalk_db.rs b/crates/hir-ty/src/chalk_db.rs deleted file mode 100644 index a6b859b372..0000000000 --- a/crates/hir-ty/src/chalk_db.rs +++ /dev/null @@ -1,9 +0,0 @@ -//! The implementation of `RustIrDatabase` for Chalk, which provides information -//! about the code that Chalk needs. - -use crate::Interner; - -pub(crate) type AssocTypeId = chalk_ir::AssocTypeId<Interner>; -pub(crate) type TraitId = chalk_ir::TraitId<Interner>; -pub(crate) type AdtId = chalk_ir::AdtId<Interner>; -pub(crate) type ImplId = chalk_ir::ImplId<Interner>; |