mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-30 22:01:37 +00:00
rename
This commit is contained in:
parent
678a458543
commit
bf801953a3
6 changed files with 86 additions and 80 deletions
|
@ -7,7 +7,7 @@ mod project_model;
|
|||
mod vfs_filter;
|
||||
pub mod req;
|
||||
pub mod init;
|
||||
mod server_world;
|
||||
mod world;
|
||||
|
||||
pub type Result<T> = ::std::result::Result<T, ::failure::Error>;
|
||||
pub use crate::{caps::server_capabilities, main_loop::main_loop, main_loop::LspError, init::InitializationOptions};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue