diff options
author | Florian Diebold <[email protected]> | 2021-04-09 13:39:07 +0100 |
---|---|---|
committer | Florian Diebold <[email protected]> | 2021-04-09 13:40:58 +0100 |
commit | fbe98047d419ade6c87ccf432eb9534393d20020 (patch) | |
tree | 08cae59c51c117dc2863d914f7c5a31cccf4ed5b /crates/hir_ty/src/diagnostics.rs | |
parent | 8a2c4820821a9b266ed979ed9321431362cdb1b3 (diff) |
More cleanups / module docs
Diffstat (limited to 'crates/hir_ty/src/diagnostics.rs')
-rw-r--r-- | crates/hir_ty/src/diagnostics.rs | 2 |
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. |
2 | mod expr; | 2 | mod expr; |
3 | mod match_check; | 3 | mod match_check; |
4 | mod unsafe_check; | 4 | mod unsafe_check; |