Add some module docs

This commit is contained in:
Jeremy Kolb 2019-12-21 15:27:38 -05:00
parent 2a6322c99e
commit 4ef5cd9a89
9 changed files with 14 additions and 9 deletions

View file

@ -1,4 +1,4 @@
//! FIXME: write short doc here
//! Convenience module responsible for translating between rust-analyzer's types and LSP types.
use lsp_types::{
self, CreateFile, DiagnosticSeverity, DocumentChangeOperation, DocumentChanges, Documentation,