From c96011833c7017505a9de21f35e5c7dece7446d3 Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Thu, 20 Dec 2018 14:35:37 +0300 Subject: extend comment --- crates/ra_db/src/input.rs | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'crates/ra_db') diff --git a/crates/ra_db/src/input.rs b/crates/ra_db/src/input.rs index 095730521..f12dd9345 100644 --- a/crates/ra_db/src/input.rs +++ b/crates/ra_db/src/input.rs @@ -1,6 +1,10 @@ /// This modules specifies the input to rust-analyzer. In some sense, this is -/// **the** most important module, because all other fancy stuff is strickly +/// **the** most important module, because all other fancy stuff is strictly /// derived from this input. +/// +/// Note that neither this module, nor any other part of the analyzer's core do +/// actual IO. See `vfs` and `project_model` in `ra_lsp_server` crate for how +/// actual IO is done and lowered to input. use std::sync::Arc; use rustc_hash::{FxHashMap}; -- cgit v1.2.3