req -> lsp_ext

This commit is contained in:
Aleksey Kladov
2020-05-10 19:25:37 +02:00
parent bec3bf701c
commit 3bec2be9de
7 changed files with 58 additions and 53 deletions

View File

@@ -24,8 +24,7 @@ mod to_proto;
mod from_proto;
mod main_loop;
mod markdown;
// TODO: rename to lsp_ext
pub mod req;
pub mod lsp_ext;
pub mod config;
mod world;
mod diagnostics;