diff options
author | bors[bot] <bors[bot]@users.noreply.github.com> | 2018-10-23 13:28:57 +0100 |
---|---|---|
committer | bors[bot] <bors[bot]@users.noreply.github.com> | 2018-10-23 13:28:57 +0100 |
commit | 0043d7e9c7f27af95cbf299d5b92ce28ba9945ab (patch) | |
tree | a30760b472d442e4a20c74745fb95502c5a0d823 /Cargo.lock | |
parent | e514084f281840f117bd92fdb177d81e3cc95ba2 (diff) | |
parent | 6453b29cb571d5c54bac427842ba8a9dd6874861 (diff) |
Merge #151
151: Add LspError to explicity return errors from LSP handlers r=matklad a=kjeremy
Fixes #145
Co-authored-by: Jeremy A. Kolb <[email protected]>
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock index b482ca28f..619f65202 100644 --- a/Cargo.lock +++ b/Cargo.lock | |||
@@ -654,6 +654,7 @@ dependencies = [ | |||
654 | "crossbeam-channel 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)", | 654 | "crossbeam-channel 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)", |
655 | "drop_bomb 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", | 655 | "drop_bomb 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", |
656 | "failure 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", | 656 | "failure 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
657 | "failure_derive 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", | ||
657 | "flexi_logger 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)", | 658 | "flexi_logger 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)", |
658 | "gen_lsp_server 0.1.0", | 659 | "gen_lsp_server 0.1.0", |
659 | "im 12.2.0 (registry+https://github.com/rust-lang/crates.io-index)", | 660 | "im 12.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |