aboutsummaryrefslogtreecommitdiff
path: root/crates/hir_ty/src/db.rs
diff options
context:
space:
mode:
authorFlorian Diebold <[email protected]>2021-04-09 13:39:07 +0100
committerFlorian Diebold <[email protected]>2021-04-09 13:40:58 +0100
commitfbe98047d419ade6c87ccf432eb9534393d20020 (patch)
tree08cae59c51c117dc2863d914f7c5a31cccf4ed5b /crates/hir_ty/src/db.rs
parent8a2c4820821a9b266ed979ed9321431362cdb1b3 (diff)
More cleanups / module docs
Diffstat (limited to 'crates/hir_ty/src/db.rs')
-rw-r--r--crates/hir_ty/src/db.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/crates/hir_ty/src/db.rs b/crates/hir_ty/src/db.rs
index e11fc579e..1690926ad 100644
--- a/crates/hir_ty/src/db.rs
+++ b/crates/hir_ty/src/db.rs
@@ -1,4 +1,5 @@
1//! FIXME: write short doc here 1//! The home of `HirDatabase`, which is the Salsa database containing all the
2//! type inference-related queries.
2 3
3use std::sync::Arc; 4use std::sync::Arc;
4 5