aboutsummaryrefslogtreecommitdiff
path: root/crates/hir_ty/src/diagnostics.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/diagnostics.rs
parent8a2c4820821a9b266ed979ed9321431362cdb1b3 (diff)
More cleanups / module docs
Diffstat (limited to 'crates/hir_ty/src/diagnostics.rs')
-rw-r--r--crates/hir_ty/src/diagnostics.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/hir_ty/src/diagnostics.rs b/crates/hir_ty/src/diagnostics.rs
index 86f937e1d..84fc8ce14 100644
--- a/crates/hir_ty/src/diagnostics.rs
+++ b/crates/hir_ty/src/diagnostics.rs
@@ -1,4 +1,4 @@
1//! FIXME: write short doc here 1//! Type inference-based diagnostics.
2mod expr; 2mod expr;
3mod match_check; 3mod match_check;
4mod unsafe_check; 4mod unsafe_check;