mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 06:11:35 +00:00
parent
5a64b9a811
commit
6453b29cb5
5 changed files with 25 additions and 4 deletions
|
@ -12,6 +12,8 @@ extern crate rayon;
|
|||
extern crate log;
|
||||
extern crate cargo_metadata;
|
||||
extern crate drop_bomb;
|
||||
#[macro_use]
|
||||
extern crate failure_derive;
|
||||
extern crate im;
|
||||
extern crate relative_path;
|
||||
extern crate rustc_hash;
|
||||
|
@ -34,4 +36,4 @@ pub mod thread_watcher;
|
|||
mod vfs;
|
||||
|
||||
pub type Result<T> = ::std::result::Result<T, ::failure::Error>;
|
||||
pub use crate::{caps::server_capabilities, main_loop::main_loop};
|
||||
pub use crate::{caps::server_capabilities, main_loop::main_loop, main_loop::LspError};
|
Loading…
Add table
Add a link
Reference in a new issue