More cleanups / module docs

This commit is contained in:
Florian Diebold 2021-04-09 14:39:07 +02:00
parent 8a2c482082
commit fbe98047d4
6 changed files with 12 additions and 10 deletions

View file

@ -1,4 +1,4 @@
//! FIXME: write short doc here
//! Type inference-based diagnostics.
mod expr;
mod match_check;
mod unsafe_check;