diff options
author | Florian Diebold <[email protected]> | 2021-04-04 19:27:40 +0100 |
---|---|---|
committer | Florian Diebold <[email protected]> | 2021-04-04 19:27:40 +0100 |
commit | 645a9c3a274109512839b79d8e86a805a39cd6e1 (patch) | |
tree | 30cce00086913ec4682db4d9704b6c609811de6b /crates/hir_ty/src/db.rs | |
parent | 508a1ecad3cf9c9f01022b3e95f9d6a7ad7a4cd5 (diff) |
Move things from `traits` module to `types` as well
Diffstat (limited to 'crates/hir_ty/src/db.rs')
-rw-r--r-- | crates/hir_ty/src/db.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/hir_ty/src/db.rs b/crates/hir_ty/src/db.rs index 58e4247c6..4300680d9 100644 --- a/crates/hir_ty/src/db.rs +++ b/crates/hir_ty/src/db.rs | |||
@@ -123,7 +123,7 @@ pub trait HirDatabase: DefDatabase + Upcast<dyn DefDatabase> { | |||
123 | &self, | 123 | &self, |
124 | krate: CrateId, | 124 | krate: CrateId, |
125 | goal: crate::Canonical<crate::InEnvironment<crate::DomainGoal>>, | 125 | goal: crate::Canonical<crate::InEnvironment<crate::DomainGoal>>, |
126 | ) -> Option<crate::traits::Solution>; | 126 | ) -> Option<crate::Solution>; |
127 | 127 | ||
128 | #[salsa::invoke(crate::traits::chalk::program_clauses_for_chalk_env_query)] | 128 | #[salsa::invoke(crate::traits::chalk::program_clauses_for_chalk_env_query)] |
129 | fn program_clauses_for_chalk_env( | 129 | fn program_clauses_for_chalk_env( |