aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_lsp_server/src/world.rs
diff options
context:
space:
mode:
authorJeremy Kolb <[email protected]>2019-12-21 20:27:38 +0000
committerJeremy Kolb <[email protected]>2019-12-21 20:27:38 +0000
commit4ef5cd9a89fd5ee02ae655ba08486087af9ffcf4 (patch)
tree79b852516f81570a4d5f7593e8060166190b134d /crates/ra_lsp_server/src/world.rs
parent2a6322c99e3394925d0d0669c12179f5fdc5ab7a (diff)
Add some module docs
Diffstat (limited to 'crates/ra_lsp_server/src/world.rs')
-rw-r--r--crates/ra_lsp_server/src/world.rs5
1 files changed, 4 insertions, 1 deletions
diff --git a/crates/ra_lsp_server/src/world.rs b/crates/ra_lsp_server/src/world.rs
index f89b23089..5e53b0278 100644
--- a/crates/ra_lsp_server/src/world.rs
+++ b/crates/ra_lsp_server/src/world.rs
@@ -1,4 +1,7 @@
1//! FIXME: write short doc here 1//! The context or environment in which the language server functions.
2//! In our server implementation this is know as the `WorldState`.
3//!
4//! Each tick provides an immutable snapshot of the state as `WorldSnapshot`.
2 5
3use std::{ 6use std::{
4 path::{Path, PathBuf}, 7 path::{Path, PathBuf},