diff options
author | Jonas Schievink <[email protected]> | 2021-03-15 01:23:00 +0000 |
---|---|---|
committer | Jonas Schievink <[email protected]> | 2021-03-15 01:23:00 +0000 |
commit | 32e1ca54eac6b5d401c2f33ec1281794ef9a0a52 (patch) | |
tree | 514964844a873f8e236c6c6fd15521f8e83f0ada | |
parent | 40638b16c8c014d4d226d25f05ad19b16827cb98 (diff) |
Add module comment
-rw-r--r-- | crates/ide/src/diagnostics/unlinked_file.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/crates/ide/src/diagnostics/unlinked_file.rs b/crates/ide/src/diagnostics/unlinked_file.rs index 37d32f1a6..c5741bf6b 100644 --- a/crates/ide/src/diagnostics/unlinked_file.rs +++ b/crates/ide/src/diagnostics/unlinked_file.rs | |||
@@ -1,3 +1,5 @@ | |||
1 | //! Diagnostic emitted for files that aren't part of any crate. | ||
2 | |||
1 | use hir::{ | 3 | use hir::{ |
2 | db::DefDatabase, | 4 | db::DefDatabase, |
3 | diagnostics::{Diagnostic, DiagnosticCode}, | 5 | diagnostics::{Diagnostic, DiagnosticCode}, |