mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-30 22:01:37 +00:00
show error to the user when deserializing config
This commit is contained in:
parent
5fd9a5be09
commit
4dd5afb7fe
3 changed files with 22 additions and 8 deletions
|
@ -11,5 +11,8 @@ mod world;
|
|||
|
||||
pub type Result<T> = std::result::Result<T, Box<dyn std::error::Error + Send + Sync>>;
|
||||
pub use crate::{
|
||||
caps::server_capabilities, config::ServerConfig, main_loop::main_loop, main_loop::LspError,
|
||||
caps::server_capabilities,
|
||||
config::ServerConfig,
|
||||
main_loop::LspError,
|
||||
main_loop::{main_loop, show_message},
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue