Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/hir-ty/src/infer.rs')
-rw-r--r--crates/hir-ty/src/infer.rs3
1 files changed, 0 insertions, 3 deletions
diff --git a/crates/hir-ty/src/infer.rs b/crates/hir-ty/src/infer.rs
index a5a82209c6..319a8ae9bd 100644
--- a/crates/hir-ty/src/infer.rs
+++ b/crates/hir-ty/src/infer.rs
@@ -1085,10 +1085,7 @@ impl<'db> InferenceResult<'db> {
fn for_body(db: &dyn HirDatabase, def: DefWithBodyId) -> InferenceResult<'_> {
infer_query(db, def)
}
-}
-#[salsa::tracked]
-impl<'db> InferenceResult<'db> {
/// Infer types for all const expressions in an item's signature.
///
/// Returns an `InferenceResult` containing type information for array lengths,