Export LSP types in protocol crate

This commit is contained in:
Patrick Förster 2019-12-11 20:56:58 +01:00
parent e04b09c5a9
commit 2825c1cd9d
107 changed files with 139 additions and 144 deletions

View file

@ -9,8 +9,8 @@ pub use self::client::{LatexLspClient, LspClient};
pub use self::codec::LspCodec;
pub use self::options::*;
pub use self::range::RangeExt;
pub use lsp_types::*;
use lsp_types::{Location, LocationLink, TextDocumentIdentifier};
use serde::{Deserialize, Serialize};
use serde_repr::*;