]> git.lizzy.rs Git - rust.git/blobdiff - crates/rust-analyzer/src/lib.rs
internal: prepare to track changes to mem_docs
[rust.git] / crates / rust-analyzer / src / lib.rs
index d9a5030a0fd46ae94841a3587ec3e197b0ab1d75..a5997d69d9ae88b3c674df8cca990b329baeb059 100644 (file)
@@ -33,14 +33,14 @@ macro_rules! eprintln {
 mod request_metrics;
 mod lsp_utils;
 mod thread_pool;
-mod document;
+mod mem_docs;
 mod diff;
 mod op_queue;
 pub mod lsp_ext;
 pub mod config;
 
 #[cfg(test)]
-mod benchmarks;
+mod integrated_benchmarks;
 
 use serde::de::DeserializeOwned;
 use std::fmt;