mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 14:21:44 +00:00
rename config
This commit is contained in:
parent
34203256bf
commit
f70b7e1f07
4 changed files with 14 additions and 19 deletions
|
@ -5,11 +5,10 @@ mod main_loop;
|
|||
mod markdown;
|
||||
mod project_model;
|
||||
pub mod req;
|
||||
pub mod init;
|
||||
pub mod config;
|
||||
mod world;
|
||||
|
||||
pub type Result<T> = std::result::Result<T, Box<dyn std::error::Error + Send + Sync>>;
|
||||
pub use crate::{
|
||||
caps::server_capabilities, init::InitializationOptions, main_loop::main_loop,
|
||||
main_loop::LspError,
|
||||
caps::server_capabilities, config::ServerConfig, main_loop::main_loop, main_loop::LspError,
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue